[jboss-user] [Beginners Corner] - SEAM with JSF (Action not called)

Vijendra Babar do-not-reply at jboss.com
Fri Sep 8 09:37:49 EDT 2006


Hello Friends,

I am using JBoss 4.0.4 GA with JDK 1.5

I have created on sample application of SEAM using JSF.
This application contains 2 text box with one command button.
On action of this button I have called on method (Listener).

The page gets loaded but on clicking the command button following error is prompted:

javax.servlet.ServletException: Error calling action method of component with id _id0:_id6	javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
	org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


root cause 

javax.faces.FacesException: Error calling action method of component with id _id0:_id6
	org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
	javax.faces.component.UICommand.broadcast(UICommand.java:106)
	javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
	javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
	org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
	org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
	org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

 


Validation of text box are running well but its not able to call listener.
Can any one sort out it please.

Thanks in advance.



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

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



More information about the jboss-user mailing list