Do you mean that my tree backing bean should implement the PhaseListener interface and be registered as a phase listener, so before render I could call the expandAll() method from the UITreeData?

2005/8/25, Sean Schofield <[EMAIL PROTECTED]>:
What about adding a phase listener to expand the nodes just before
rendering?  Or as I have suggested before, Shale's prerender method?

sean

On 8/25/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED] > wrote:
>
> Well its more a ugly hack than a solution, but as long as there are no
> methods for that in the TreeModel you could mimic the behaviour with
> customized code form the expandAll() and expandEverything() methods of
> UITreeData in your backing bean getter method that supplies the TreeModel.

Reply via email to