[jboss-user] [JBoss Seam] - Does project EL work in Seam?

urswag do-not-reply at jboss.com
Wed Sep 5 06:14:23 EDT 2007


I use the projection


  | 		<h:column>
  | 			<h:outputText value="#{rowObject.(row|row.identifier}" />
  | 		</h:column>
  | 

This generates the error


  | 
  | aused by javax.el.ELException with message: "Error Parsing: #{rowObject.(row|row.identifier}"
  | 
  | org.jboss.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:130)
  | org.jboss.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:151)
  | org.jboss.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:195)
  | org.jboss.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68)
  | org.jboss.seam.el.SeamExpressionFactory.createValueExpression(SeamExpressionFactory.java:98)
  | com.sun.facelets.tag.TagAttribute.getValueExpression(TagAttribute.java:256)
  | com.sun.facelets.tag.jsf.ValueHolderRule$DynamicValueExpressionMetadata.applyMetadata(ValueHolderRule.java:101)
  | com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
  | com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
  | com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
  | 
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081235



More information about the jboss-user mailing list