Sample Code
In the source editor, add the following code shown in bold:
public Object commandButton_action() {
// Add event code here...
saveInfo (this.username, this.email);
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.