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

ebu do-not-reply at jboss.com
Mon Mar 19 19:12:00 EDT 2007


looks like that ajax4jsf's view handler specified in web xml takes precedence:


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

but even when seam handler is specified in faces-config only it's constructor is being called, so the object is created but never accessed.

wbr, eugen.


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

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



More information about the jboss-user mailing list