Home »
MCQs »
JSF MCQs
Which of the following tag is used to add a bean validator to a component?
31. Which of the following tag is used to add a bean validator to a component?
- <f:Bean>
- <f:validatorBean>
- <f:validateBean>
Answer: C) <f:validateBean>
Explanation:
<f:validateBean> tag is used to add a bean validator to a component.