Given base Seam (no addons at all)

  | <f:facet name="header">
  |     <h:outputText value="#{messages.category_name}" />
  | </f:facet>
  | 

The facet is not being shown.

???



  |                             <h:dataTable var="eachDisplayableCategory"
  |                                     value="#{displayableCategoryDatamodel}"
  |                                     
rendered="#{displayableCategoryDatamodel.rowCount>0}">
  | 
  |                                     <h:column 
rendered="#{eachDisplayableCategory.displayed and 
eachDisplayableCategory.selected}">
  |                                             <f:facet name="header">
  |                                                     <h:outputText 
value="#{messages.category_name}" />
  |                                             </f:facet>
  |                                             <h:outputText
  |                                                     
value="#{messages[eachDisplayableCategory.immutableCategory.nameKey]}"
  |                                                     
disabled="#{eachDisplayableCategory.refined}" />
  |                                     </h:column>
  |                             </h:dataTable>
  | 




  | #Categories
  | category_name=Catergory Name
  | 

I even did this:

  | <h:outputText value="XXXXXXX#{messages.category_name}" />
  | 

and still nothing!

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

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

Reply via email to