JSF分页用法

http://www.blogjava.net/Vincent-chenxj/articles/242059.html JSF分页用法

http://chxkyy.iteye.com/category/23994?show_full=true  错误信息输出的解决方法

<a4j:outputPanel ajaxRendered="true">
  <h:message for="queryId" showSummary="true" showDetail="false" />
</a4j:outputPanel>

<rich:message for="queryId" tooltip="true"
errorLabelClass="messageLabel-css" style="width:16px;">
<f:facet name="errorMarker">
<a4j:outputPanel>
<h:graphicImage value="/resource/images/ajax/error.gif" />
<rich:toolTip showDelay="300" style="width:200px"
styleClass="tooltip"
layout="block">
<h:outputText value="請輸入值大於0的ID" style="color:red" />
</rich:toolTip>
</a4j:outputPanel>
</f:facet>
</rich:message>

你可能感兴趣的:(html,.net,JSF)