For example <h:outputLabel
for="#{cc.clientId}:userid" value="Userid:" />
causes the label to have the correct absolute
client ID to the actual userid text field.
<h:inputSecret required="true"
validatorMessage="#{cc.attrs.passwordValidatorMessage}"
requiredMessage="Password is required" id="password" />
No comments:
Post a Comment