User Guide

170 Chapter 9 Building Dynamic Forms
To reference a Java applet return value in your application page:
1 Specify the name of the method in the Add/Registered Java Applet page of the
ColdFusion Administrator.
2 Specify the method name in the name attribute of the cfapplet tag when you
code your
cfform.
When your page executes the applet, a form variable is created with the name that
you specified. If you do not specify a method, no form variable is created.