10-17-2006 08:37 PM
10-19-2006 05:09 AM
<a:column id="colxx" style="text-align:left">
<f:facet name="header">
<a:sortLink id="colxx-sort" label="#{msg.your_label}" value="prefix:your_property" styleClass="header"/>
</f:facet>
<h:outputText id="colxx-txt" value="#{r['prefix:your_property']}" />
</a:column>
11-23-2006 06:53 AM
javax.faces.FacesException: UIComponent is no ValueHolder
caused by:
javax.servlet.ServletException: UIComponent is no ValueHolder
caused by:
javax.servlet.jsp.JspException: UIComponent is no ValueHolder
<%– Numero_Factura for details/icons view modes –%>
<a:column id="col13" style="text-align:left" rendered="#{BrowseBean.browseViewMode == 'details' || BrowseBean.browseViewMode == 'icons'}">
<f:facet name="header">
<a:sortLink id="col13-sort" label="Numero_Factura" value="size" styleClass="header"/>
</f:facet>
<h:outputText id="col13-txt" value="#{r['fac:Numero_Factura']}" />
<a:convertSize />
</a:column>
11-23-2006 05:36 PM
01-01-2008 07:38 PM
01-03-2008 07:12 PM
01-18-2008 07:57 AM
<hutputText id="colxx-txt" value="#{r['prefix:your_property']}" />
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.