First page Back Continue Last page Graphics
Listening for Value Change Events
- Select the input component in the visual editor.
- Edit the valueChangeListener property and select a bean and method, or create a new one.
- JDeveloper:
- Creates the method in the managed bean if it doesn’t already exist
- Adds the method to the valueChangeListener property in the page source
- Add your code.
Notes:
Listening for Value Change Events
You create value change events by entering the name of the method in the valueChangeListener property of the component. If you are creating a new method, JDeveloper adds the method stub to the Java class. You then add your custom code.