Like Sven mentioned, you could pass a parameter to a page e.g. tabIndex and in the constructor you get the parameter with name tabIndex and later on when you initialize the TabbedPanel you call setSelectedTab(tabIndex)
Marvin Richter -----Original Message----- From: Sven Meier [mailto:[email protected]] Sent: Monday, April 07, 2014 8:22 PM To: [email protected] Subject: Re: Wicket 1.6.7 TabbedPanel URL Access Hi, do you want to your url parameters? Are you looking for bookmarkable urls? You can analyse page parameters in a page's constructor and change its contents accordingly. Sven On 04/07/2014 06:57 PM, Jeremie wrote: > Hello, > > I would like to know if it is possible to use a URL to open a tab > using Wicket's TabbedPanel component. > > For example, I want to generate links to wicket classes that contain > parameters and place the link in an HTML href tag so that when the > users click the individual links, they are redirected to another > TabbedPanel tab that displays customized content based on the parameters > passed in the URL. > > Any help would be appreciated. > Thanks, Jeremie > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-1-6-7-TabbedPanel-UR > L-Access-tp4665280.html Sent from the Users forum mailing list archive > at Nabble.com. > > --------------------------------------------------------------------- > 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]
