JSF<h:message>标签
<h:inputSecret id =”password” value=”#{user.password}”>
<f:validateLength minimum=”8”/>
</h:inputSecret>
<h:message for = “password”/>
<h:inputSecret id =”password” value=”#{user.password}”>
<f:validateLength minimum=”8”/>
<h:message for = “password”/>
</h:inputSecret>
<h:message for= " "> 标签应该在 </h:inputSecret> 之内吧????
[解决办法]
写在外面,上面的正确
[解决办法]
上面的正确