读书人

JSFlt;h:messagegt;标签解决思路

发布时间: 2012-03-17 19:06:28 作者: rapoo

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


[解决办法]
写在外面,上面的正确
[解决办法]
上面的正确

读书人网 >Java Web开发

热点推荐