given :

  | <h:dataTable var="eachDisplayableCategory"
  |                                     value="#{displayableCategorySet}"
  |                                     
rendered="#{displayableCategorySet.rowCount>0}">
  | 
  | <h:column>
  | <f:facet name="header">
  |     <h:outputText value="#{messages.category_name}" />
  | </f:facet>
  | <h:outputText value="Head: #{eachDisplayableCategory.head} - " />
  | <h:outputText value="Displayed: #{eachDisplayableCategory.displayed} - " />
  | <h:outputText value="Selected: #{eachDisplayableCategory.selected} - " />
  | <h:outputText value="Parenting: #{eachDisplayableCategory.parenting} - " />
  | <h:outputText value="Refined: #{eachDisplayableCategory.refined} - "/>
  | <h:outputText value="Name: 
#{eachDisplayableCategory.immutableCategory.nameKey}"/>
  | </h:column>
  | 
  |                                     <s:fragment 
rendered="#{eachDisplayableCategory.displayed}">
  | 
  |                                             <h:column>
  | 

The last fragment, that comes before a <h:column> causes the <h:column> to not 
be rendered in a dataTable. IS THIS A BUG?

Also.. it appears that not providing a <h:column> at all; causes no text to be 
display (This one I can appreciate - even though it took hours to find it!).. a 
useful message from JSF saying NO Columns would have been nice!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039437#4039437

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039437
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to