Of the following elements which are not valid as elements nested under the element?
This is a valid declaration of a navigation rule. /main.jsp #{myBean.myMethod} nextpage /nextpage.jsp #{myBean.myMethod} lastpage /lastpage.jsp
True
False
If an error occurs inside a convertor used to convert the value entered in a inputText field the isValid method of the field returns false.
JavaServer Faces technology provides standard error messages that display on the page when conversion or validation fails.
You can obtain the effect of an tag using:
The core convertDateTime converter has a property called dateStyle . Select from the options bellow the valid values for this property.
short
medium
long
full
Can we add multiple validators for a tag?
Can we add multiple convertors for a tag?
The tag has a performance overhead so you should reduce the scope where possible?
Is this valid JSF JSP code ?