<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>之内吧????