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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-01-31
|
401 b
|
18 lines
Fusion NAME="Robert">
*
*/
import com.allaire.cfx.* ;
public class HelloColdFusion implements CustomTag
{
public void processRe$$$$$( Re$$$$$ re$$$$$, Response response )
throws Exception
{
String strName = re$$$$$.getAttribute( "NAME" ) ;
response.write( "Hello, " + strName ) ;
}
}
/*
* HelloWorldGraphic (generates a hello world JPEG graphic)
* NOTE