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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -