In my own copy of the examples, I get this exception:

javax.faces.FacesException: Error calling action method of component
with id form:test_dt_0:_id43
        at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
        at javax.faces.component.UICommand.broadcast(UICommand.java:106)
        at javax.faces.component.UIData.broadcast(UIData.java:382)
        at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
        at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
        at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:336)
        at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:87)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at 
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:123)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.el.EvaluationException: Exception while
invoking expression #{person.test}
        at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:165)
        at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
        ... 24 more
Caused by: java.lang.NoSuchMethodException:
org.apache.myfaces.examples.collapsiblepanel.Person.test()
        at java.lang.Class.getMethod(Class.java:1581)
        at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:118)
        ... 25 more

Bruno

2005/11/15, Dennis Byrne <[EMAIL PROTECTED]>:
> OK.  Looks like the "test" links, and not just the bottom
> one, do it also.
>
>
> ---- Original message ----
> >Date: Tue, 15 Nov 2005 07:59:46 -0900
> >From: Dennis Byrne <[EMAIL PROTECTED]>
> >Subject: Re: 500 error w/ collapsiblePanel example
> >To: MyFaces Discussion <[email protected]>,
> [EMAIL PROTECTED]
> >
> >I just went back to
> >http://www.irian.at/myfaces/collapsiblePanel.jsf and got the
> >following exception.  This time, it did take quite a while
> to
> >produce. I failed to reproduce it after a minute or so of
> >clicking on a second attempt.  The only consistent thing I
> >can observe is that it is the last "Detailstest" link.
> Maybe
> >there is a log file running on that box?
> >
> >javax.faces.FacesException: Error calling action method of
> >component with id form:test_dt_2:_id7
> >       org.apache.myfaces.application.ActionListenerImpl.proc
> >essAction(ActionListenerImpl.java:74)
> >       javax.faces.component.UICommand.broadcast
> >(UICommand.java:106)
> >       javax.faces.component.UIData.broadcast
> >(UIData.java:339)
> >       javax.faces.component.UIViewRoot._broadcastForPhase
> >(UIViewRoot.java:90)
> >       javax.faces.component.UIViewRoot.processApplication
> >(UIViewRoot.java:164)
> >       org.apache.myfaces.lifecycle.LifecycleImpl.invokeAppli
> >cation(LifecycleImpl.java:321)
> >       org.apache.myfaces.lifecycle.LifecycleImpl.execute
> >(LifecycleImpl.java:87)
> >       javax.faces.webapp.FacesServlet.service
> >(FacesServlet.java:94)
> >       org.apache.myfaces.component.html.util.ExtensionsFilte
> >r.doFilter(ExtensionsFilter.java:123)
> >
> >---- Original message ----
> >>Date: Tue, 15 Nov 2005 10:45:33 +0100
> >>From: Martin Marinschek <[EMAIL PROTECTED]>
> >>Subject: Re: 500 error w/ collapsiblePanel example
> >>To: MyFaces Discussion <[email protected]>
> >>
> >>I don't have that.
> >>
> >>Is it reproducible somehow with regards to what is causing
> >this?
> >>
> >>regards,
> >>
> >>Martin
> >>
> >>On 11/15/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> >>> I was looking at the collapsiblePanel example at the irian
> >>> site.  Sometimes there is a 500 error when expanding the
> >>> bottom panel.  Has this been addressed already?
> >>>
> >>> Dennis Byrne
> >>>
> >>
> >>
> >>--
> >>
> >>http://www.irian.at
> >>
> >>Your JSF powerhouse -
> >>JSF Consulting, Development and
> >>Courses in English and German
> >>
> >>Professional Support for Apache MyFaces
> >
> >Dennis Byrne
>
> Dennis Byrne
>

Reply via email to