Wicket: Readable Links(Mounting) in TabbedPanel for Links in Tabs -
how can i, in wicket, make tabbedpanel link in tab readable "/subpath/tab1","subpath/tab2". can use mountablepagelink ?
?
you have tail end of uri pageparameter. done in application class like:
mountpage("/subpath/${activetag}", foo.class);
which can set active tab based on pageparameter. when create tabs can set 1 active 1 based on default or activetag passed in.
Comments
Post a Comment