08-03-2007 11:01 AM
<a:column id="col13-2" style="text-align:left">
<f:facet name="header">
<a:sortLink id="col132-sort" label="#{exmsg.active}" value="my:active" styleClass="header"/>
</f:facet>
<h:outputText id="col13-2-t-txt" value="on" rendered='#{r["my:active"]=="true"}' />
<h:outputText id="col13-2-f-txt" value="of" rendered='#{r["my:active"]=="false"}' />
<h:outputText id="col13-2-n-txt" value='' rendered='#{r["my:active"]==null}' />
</a:column>
<aspects>
<aspect name="my:myType">
<title>My type Storable</title>
<properties>
<property name="my:active">
<type>d:boolean</type>
<mandatory>true</mandatory>
<default>false</default>
</property>
</properties>
</aspect>
</aspects>
08-09-2007 06:40 AM
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.