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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to