Re: Tabs - hovering and clicking

2008-03-25 Thread Igor Vaynberg
seeing the actual stacktrace would be more helpful... -igor On Tue, Mar 25, 2008 at 8:59 AM, Ryan O'Hara [EMAIL PROTECTED] wrote: Hey, I'm new to Wicket. I'm trying to create a tabbed header, which will load Tab classes when hovered. The tab classes are panels, as well. I tried making

Re: Tabs - hovering and clicking

2008-03-25 Thread Ryan O'Hara
Sorry, I should've been more clear. The code actually compiles and runs as is (with hoverMenu being of type Label, rather than Panel). When the links are hovered, edu.chop.bic.cnv.ui.LoginTab is displayed. The behavior I'm looking for is for the content of LoginTab to be displayed.

Re: Tabs - hovering and clicking

2008-03-25 Thread Igor Vaynberg
see how TabbedPanel works, what you are building is very similar to that i think. -igor On Tue, Mar 25, 2008 at 10:20 AM, Ryan O'Hara [EMAIL PROTECTED] wrote: Sorry, I should've been more clear. The code actually compiles and runs as is (with hoverMenu being of type Label, rather than