[jboss-user] [JBoss Seam] - Re: Remote

KoniKoni do-not-reply at jboss.com
Wed Dec 6 15:40:53 EST 2006


Solution for this problem:

I add a function, wich used SessionContext and if faces context will left, seam use el-*.jar directly. To that extend you have to add el-*.jars as modules in application.xml:


<module>
  |  <java>el-api.jar</java>
  | </module>
  | <module>
  | <java>el-ri.jar</java>
  | </module>

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

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



More information about the jboss-user mailing list