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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to