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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -