Antwort: problem with tree2 componen

2005-05-31 Thread mathias . werlitz
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

RE: Antwort: problem with tree2 componen

2005-05-31 Thread Tim Gülke
) 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: users@myfaces.apache.org Subject: Antwort: problem

Antwort: RE: Antwort: problem with tree2 componen

2005-05-31 Thread mathias . werlitz
Thats strange. Can you post the full stack trace? Maybe one of your beans is not serializable.

RE: Antwort: problem with tree2 componen

2005-05-31 Thread Tim Gülke
@myfaces.apache.org 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

Re: Antwort: problem with tree2 componen

2005-05-31 Thread Bruno Aranda
) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:405) ... 17 more Regards, Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 31, 2005 11:27 AM To: users@myfaces.apache.org Subject: Antwort: problem with tree2 componen I gess it is the same

Re: Antwort: problem with tree2 componen

2005-05-31 Thread Christian Daszenies
Hello Tim, Thanks Bruno, the tree now seems to work. But now I get a lot of NotSerializable Exceptions from all other classes throughout the application. The problem is that the webApp is generated dynamically from a UML-diagram. So we don't have the opportunity to make all classes

Re: Antwort: problem with tree2 componen

2005-05-31 Thread Bruno Aranda
ds, Tim From: Bruno Aranda [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 31, 2005 12:23 PM To: MyFaces Discussion Subject: Re: Antwort: problem with tree2 componen Hi Tim, it is missing the commons-codec jar in your classpath... Regards, Bruno 2005/5/31, Tim Gülke [EMAIL

RE: Antwort: problem with tree2 componen

2005-05-31 Thread Tim Gülke
in the project, not only our webApp). Regards, Tim -Original Message- From: Christian Daszenies [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 12:58 PM To: MyFaces Discussion Subject: Re: Antwort: problem with tree2 componen Hello Tim, Thanks Bruno, the tree now seems to work

Antwort: RE: Antwort: problem with tree2 componen

2005-05-31 Thread mathias . werlitz
Hi Tim, it is missing the commons-codec jar in your classpath... That was my thought, too ;) Well I read that JSF assumes that all bean objects are serializable or (in some cases) implement the StateHolder interface. I also have to work with non serializable objects. You can first try to