Greetings,

I am migrating my project from myfaces 1.0.9 to 1.1.1 (latest 6th Dec nightly build). on one page when i click a button to post user input values i get the exception :
 

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Error calling action method of component with id _id0:_c1
javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter (ExtensionsFilter.java:123)


root cause

javax.faces.FacesException: Error calling action method of component with id _id0:_c1
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:335)
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter (ExtensionsFilter.java:123)

Previously the code worked fine on myfaces 1.0.9. Any help in this regard will be much appreciated.
Also i dont get a stack trace of the error in the server console. Any idea why this happens and any workarounds for this ?

Thanx
A
--
"A sixteenth century inventor called Wan Hu designed a rocket-propelled chair on which he planned to ascend into heaven. He built an open cabin, to which he fitted 47 rockets underneath and above, and two kites to keep him aloft. Wan Hu disappeared in flame and smoke and was never seen again. A crater on the moon is now named after him, so in one sense he made it to the heavens after all. This is the first recorded design of something approximating to a manned space rocket."

The Chinese Space Programme.
From Conception to Future Capabilities.
Brian Harvey

Reply via email to