Sample Code
In the source editor, add the following code, shown in bold:
// Add event code here...
outputText1.setValue("Hello "+inputText1.getValue());
return null;
Instead of typing the sample code, you can copy the code in this window and then paste it into the source editor.
Copyright © 1997, 2009, Oracle. All rights reserved.