Ad Code

What is Value Binding in java?


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
Reactions

Post a Comment

0 Comments