[jboss-jira] [JBoss JIRA] Commented: (JBAS-7089) <h:column> level rendering is not working in JBOSS
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Thu Jul 9 11:55:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12475639#action_12475639 ]
Stan Silvert commented on JBAS-7089:
------------------------------------
Your second example has an extra > at the end of the column tag. Fix that first. If it still fails, post the error.
> <h:column> level rendering is not working in JBOSS
> ---------------------------------------------------
>
> Key: JBAS-7089
> URL: https://jira.jboss.org/jira/browse/JBAS-7089
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF
> Affects Versions: JBossAS-5.1.0.GA
> Environment: windows
> Reporter: anil kumar
> Assignee: Stan Silvert
>
> <h:column> level rendering is not working in JBOSS but works in Glassfish.
> <h:dataTable value="#{HeaderBean.records}" var="screenConfig">
> <h:column>
> <h:outputText value="#{screenConfig.displayTitle}" rendered="#{'5' eq '5'}"> </h:outputText>
> </h:column>
> </h:dataTable>
> this is working perfectly.
> <h:dataTable value="#{HeaderBean.records}" var="screenConfig">
> <h:column rendered="#{'5' eq '5'}"> >
> <h:outputText value="#{screenConfig.displayTitle}" </h:outputText>
> </h:column>
> </h:dataTable>
> where as above one is not working. I really don't understand why this is not working in JBOSS.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list