Re: AbstractTree expandAll is missing

2008-06-10 Thread Dimedrol
Matej Knopp-2 wrote: > > Looks like you are using the old tree... > Yes. We use Wicket 1.2.6 not 2.x and above. Is there any workarounds about this problem? (expanding all tree) -- View this message in context: http://www.nabble.com/AbstractTree-expandAll-is-missing-tp17735081p17750908.htm

Re: AbstractTree expandAll is missing

2008-06-10 Thread Matej Knopp
Looks like you are using the old tree... -Matej On Tue, Jun 10, 2008 at 8:40 AM, Dimedrol <[EMAIL PROTECTED]> wrote: > > > jwcarman wrote: >> >> getTreeState().expandAll()? >> > > Hmmm, seems like I dont' have this procedure. > See screenshot - http://i27.tinypic.com/30sg3t4.gif > http://i27.tin

Re: AbstractTree expandAll is missing

2008-06-09 Thread Dimedrol
jwcarman wrote: > > getTreeState().expandAll()? > Hmmm, seems like I dont' have this procedure. See screenshot - http://i27.tinypic.com/30sg3t4.gif http://i27.tinypic.com/30sg3t4.gif -- View this message in context: http://www.nabble.com/AbstractTree-expandAll-is-missing-tp17735081p1774873

Re: AbstractTree expandAll is missing

2008-06-09 Thread James Carman
getTreeState().expandAll()? On Mon, Jun 9, 2008 at 11:19 AM, Dimedrol <[EMAIL PROTECTED]> wrote: > > Hello All! > I'm fixing bugs in a project, written using Wicket (1.2.6?) > I need to expand all items on my tree, and I see that expandAll method is > missing... > So, to expand 1 item I use: > > f