[jboss-jira] [JBoss JIRA] Created: (JBAS-7088) expressions like 'ne', 'eq' are not working in jboss
anil kumar (JIRA)
jira-events at lists.jboss.org
Thu Jul 9 08:10:29 EDT 2009
expressions like 'ne','eq' are not working in jboss
---------------------------------------------------
Key: JBAS-7088
URL: https://jira.jboss.org/jira/browse/JBAS-7088
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:dataTable value="#{HeaderBean.records}" var="screenConfig">
<h:column rendered="#{screenConfig.displayTitle ne 'dashboard'}">
<h:outputText value="#{screenConfig.displayTitle}"> </h:outputText>
</h:column>
</h:dataTable>
expressions like 'ne','eq' are not working in jboss but its working fine in Glassfish.
please suggest me on fixing this issue.
--
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