Re: SuggestionLists and JavaFlow

2007-05-11 Thread Christofer Dutz
Hi, after another day of debuging, I was able to track down the main problem: the JavaInterpreter fetches the WebContinuation and uses this to create a new cocoon-flow-context each time it is executed. The FormInstance is bound to this object and is used for executing the display pipeline. Afte

Re: SuggestionLists and JavaFlow

2007-05-10 Thread Christofer Dutz
Hi Thorsten, Well I think the suggestion-list content must be served by a different thread. Here is my scenario in a little more detail: I created a patch to make suggestion-lists support on-value-changed events and they seem to work nicely. When debuging the FormInstance class I can see how t

Re: SuggestionLists and JavaFlow

2007-05-09 Thread Torsten Curdt
On 09.05.2007, at 15:56, Christofer Dutz wrote: Hi, I am currently having some problems with JavaFlow and SuggestionLists. My application used to generate dynamic suggestion lists in the "_cocoon/forms/suggest" pipeline. Unfortunately the FormsGenerator, SuggestionListGenerator, JXGenerato

SuggestionLists and JavaFlow

2007-05-09 Thread Christofer Dutz
Hi, I am currently having some problems with JavaFlow and SuggestionLists. My application used to generate dynamic suggestion lists in the "_cocoon/forms/suggest" pipeline. Unfortunately the FormsGenerator, SuggestionListGenerator, JXGenerator and Transformer and my custom Generator seem to be