tabbedlpanel is made for changing panels not pages, so if you want to change that you will have to roll your own. its a pretty small class so shouldnt be a big deal.
-igor On Wed, Mar 19, 2008 at 11:40 AM, Ryan O'Hara <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I have just begun using Wicket, and I was wondering if anyone had any > suggestions for the following. I'm interested in creating a tabbed > header, which will be included in all pages. It would be great if > the tabbed header behaved in the following way: when a tab is > hovered, some information (brief) will be displayed below the tab; > when a tab is clicked, the user will be directed to the main page for > that tab. > > I've been fooling around some with TabbedPanel. Is there anyway to > change its behavior so that it works for onmouseovers rather than > clicks? Also, is there a way to change its behavior so that clicking > redirects the user to a particular page, rather than displaying the > tabbed results on the current page? Any other thoughts? > > Thanks a lot! > > Ryan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
