The use of

 

           

            <context-param>

                        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>

                        <param-value>client</param-value>

            </context-param>

 

Leads to

 

 

exception

javax.servlet.ServletException: org/apache/commons/codec/binary/Base64
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:125)

root cause

javax.faces.FacesException: org/apache/commons/codec/binary/Base64
        org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:411)
        org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:280)
        org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)

 

 

Tim

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 31, 2005 11:27 AM
To: [email protected]
Subject: Antwort: problem with tree2 componen

 


I gess it is the same problem linke in thread >>HTML-Frames, "one-way" commandLinks and forced frame reloads<<.
It is not a problem of the tree component.
 What is your state saving method. I guess it is "SERVER". The current JSF 1.1 spec seems to have problems with multiple open views (as produced with frames).
Try to set the state saving method to "CLIENT" and it should work correctly.

Reply via email to