home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / Coldfusion / coldfusion-60-win-en.exe / nt_userdb.rc2 < prev    next >
Encoding:
Text File  |  2002-01-31  |  401 b   |  18 lines

  1. Fusion NAME="Robert">
  2. *
  3. */
  4.  
  5. import com.allaire.cfx.* ;
  6.  
  7. public class HelloColdFusion implements CustomTag
  8. {
  9.    public void processRe$$$$$( Re$$$$$ re$$$$$, Response response )         
  10.       throws Exception
  11.    {
  12.       String strName = re$$$$$.getAttribute( "NAME" ) ;
  13.       response.write( "Hello, " + strName ) ;
  14.    }
  15. }
  16. /*
  17. * HelloWorldGraphic (generates a hello world JPEG graphic)
  18. * NOTE