[jboss-user] [JBoss Seam] - Re: Expression language enhancements do not work

ian_bailey do-not-reply at jboss.com
Fri Jul 13 14:22:56 EDT 2007


I am getting this error as well with Seam 1.2.1GA.

seam-gen seems to put the SaemFaceletViewHandler in the web.xml:

  | ...
  | <context-param>
  | 	<param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  | 	<param-value>
  | 		org.jboss.seam.ui.facelet.SeamFaceletViewHandler
  | 	</param-value>
  | </context-param>
  | ...
  | 

However, I am still getting the same EL Parser exception:

  | Caused by: com.sun.el.parser.ParseException: Encountered "(" at line 1, column 29.
  | 

It looks like the SeamFaceletViewHandler isn't being called, but I'm not sure how to configure it AND keep using Ajax4JSF. Any pointers would be appreciated.

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

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



More information about the jboss-user mailing list