Re: Modal Window height

2008-12-28 Thread David Ojeda
Thanks Matej, that did it On Sun, Dec 28, 2008 at 9:30 PM, Matej Knopp wrote: > Hi, > > try modalwindow.setUseInitialHeight(false); > > -Matej > > On Sat, Dec 27, 2008 at 9:39 PM, David Ojeda > wrote: > > Hello all, > > > > I am using a modal window with a panel inside. I would like the modal >

Re: Modal Window height

2008-12-27 Thread Matej Knopp
Hi, try modalwindow.setUseInitialHeight(false); -Matej On Sat, Dec 27, 2008 at 9:39 PM, David Ojeda wrote: > Hello all, > > I am using a modal window with a panel inside. I would like the modal window > to have the same height of my panel, so I was wondering if anyone has been > able to do this

Modal Window height

2008-12-27 Thread David Ojeda
Hello all, I am using a modal window with a panel inside. I would like the modal window to have the same height of my panel, so I was wondering if anyone has been able to do this. Apparently, I can only set the height to specific int-values, rather than "auto". I am using wicket and wicket-extensi