[jboss-user] [JBoss Seam] - Base Seam

tony.herstell@gmail.com do-not-reply at jboss.com
Sat Apr 21 23:43:33 EDT 2007


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



More information about the jboss-user mailing list