[jboss-user] [JBoss Seam] - jboss-seam.jar and jboss lib directory
tom_goring
do-not-reply at jboss.com
Mon Mar 12 09:37:07 EDT 2007
Hi,
Hi can someone explain to me why (in a working web app) if I remove:
jboss-seam.jar
el-api.jar
el-ri.jar
from my EAR and module list in application.xml
and just place the jars in my jboss/lib dir I get the below stack trace when I invoke a page.
I.e. why to they need to go in the EAR file ?
3:23:25,562 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
javax.faces.el.EvaluationException: Cannot get value for expression '#{jnetFuiLogin.instance.userName}'
at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:402)
at javax.faces.component.UIOutput.getValue(UIOutput.java:77)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(RendererUtils.java:217)
at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.renderInput(HtmlTextRendererBase.java:135)
at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.encodeEnd(HtmlTextRendererBase.java:53)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:495)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027156#4027156
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027156
More information about the jboss-user
mailing list