[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen
christian.bauer@jboss.com
do-not-reply at jboss.com
Wed May 30 12:55:13 EDT 2007
The reason was this in faces-config.xml:
| <application>
| <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
| </application>
|
The USOE is gone after removing it. Another new change was also made to the default web.xml, added:
| <listener>
| <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
| </listener>
|
It works fine without it, so if anybody knows why we need this, speak up.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049817#4049817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049817
More information about the jboss-user
mailing list