Question: To bind a Java beans property to an associated attribute of a tag in the JSF page, one needs to use the . a. Expression
To bind a Java bean’s property to an associated attribute of a tag in the JSF page, one needs to use the .
a. Expression language (EL) with the syntax #(managedbean.property)
b. Expression language (EL) with the syntax #{managedbean.property}
c. Expression language (EL) with the syntax #[managedbean.property]
d. Expression language (EL) with the syntax ${managedbean.property}
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
The correct answer is b Expression language EL with the syntax managedbeanproperty Ex... View full answer
Get step-by-step solutions from verified subject matter experts
