What is Value Binding?
Value binding expressions can be used inside of JSF components to:
Automatically instantiate a JavaBean and place it in the request or session scope
Override the JavaBean's default values through its accessor methods
Quickly retrieve Map, List, and array contents from a JavaBean.
Synchronize form contents with value objects across a number of requests
Automatically instantiate a JavaBean and place it in the request or session scope
Override the JavaBean's default values through its accessor methods
Quickly retrieve Map, List, and array contents from a JavaBean.
Synchronize form contents with value objects across a number of requests
What is Value Binding in java?
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: