Hi there, still developing my tree component, now I have a new problem.
My tree consists of a recursive list, each entry is a rendered block. While this works great while being in the rendering phase (by returning the correct block from my beginRender method, and looping said method by returning false from afterRender), I am now challenged by refreshing parts of this tree after an AJAX call. To make it even more difficult: It's multiple parts which need to be refreshed.
Now my event handler in Java can return a Block to my JavaScript, but I don't know what to do with it there - and what I further need is returning multiple blocks, and providing further information with them (where exactly to place what I returned). The easiest-sounding method would be to generate the HTML of the Blocks in my Java event handler and to return it, but is there a way to do this?
Hoping somebody can help me, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]