Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Hendrik Neumann
I have just taken a look at UITreeData.getDataModel(UITreeData.java:420).This is the following snippet: if (_restoredState != null) _model.setTreeState(_restoredState); // set the restored state (if there is one) on the model The problem is, that both _model and value are null in my situation.

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Dennis Byrne
- From: Hendrik Neumann [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 01:14 PM To: 'MyFaces Discussion' Subject: Re: javax.servlet.ServletException using Tree2 I have just taken a look at UITreeData.getDataModel(UITreeData.java:420). This is the following snippet

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Hendrik Neumann
Dennis,where exactly can I find the MyFaces issue tracker?2006/7/22, Dennis Byrne [EMAIL PROTECTED]: Hendrik,I wouldn't spend too much time on it, but it may be worth your time to search the MyFaces issue tracker ( if you haven't already ).I have a faint memory of someone doing something similar

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Dennis Byrne
Type MyFaces issue tracker in Google. I'm really sorry, but you did ask for it :) Dennis Byrne -Original Message- From: Hendrik Neumann [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 01:45 PM To: 'MyFaces Discussion' Subject: Re: javax.servlet.ServletException using Tree2

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Hendrik Neumann
: javax.servlet.ServletException using Tree2 I have just taken a look atUITreeData.getDataModel(UITreeData.java :420). This is the following snippet: if (_restoredState != null) _model.setTreeState(_restoredState); // set the restored state (if there is one) on the model The problem is, that both_model and value

Re: javax.servlet.ServletException using Tree2

2006-07-21 Thread Hendrik Neumann
No idea? Anyone?2006/7/20, Hendrik Neumann [EMAIL PROTECTED]: Hi everybody,I try to develop my own component which renders a Tree2 component within the encodeBegin(FacesContext myContext)-Method of my own UIComponent.For this purpose I use the following code-snippet: public void

Re: javax.servlet.ServletException using Tree2

2006-07-21 Thread Andrew Robinson
I have received the same error message on occasion (it isn't 100% reproducible, but I haven't tried too hard). I think that it is only happening when my Seam conversation times out or is destroyed/ended. Most of the time, command links are working fine in the panel group from what I thought. I

javax.servlet.ServletException using Tree2

2006-07-20 Thread Hendrik Neumann
Hi everybody,I try to develop my own component which renders a Tree2 component within the encodeBegin(FacesContext myContext)-Method of my own UIComponent.For this purpose I use the following code-snippet: public void encodeBegin(FacesContext myContext) throws IOException { ResponseWriter