My problem is as follows:

I have a bookmarkable page with an AjaxTabbedPanel as a component. If one of
the page parameters contains a forward slash "/" I get a weird behavior.
Firefox generates the following URL

a)
...&param=value1/?wicket:interface%3D:73:lemmasTabpanel:panel:workstepsTabpanel:tabs-container:tabs:2:link::IBehaviorListener:0:&random=0.5887701752511617

while it should be:
b) ...&param=value1/2

and naturally I get an exception when the page parses its parameters.

Safari produces b) which is fine.

The problem occurs only for page parameters that contain forward slashes.
Everything else that I tested worked fine.

The problem seems related to this
http://www.nabble.com/GMAP2-with-Wicket-AjaxTabbedPanel-to20124469.html

Any ideas?
-- 
View this message in context: 
http://www.nabble.com/Bookmarkable-Page-with-AjaxTabbedPanel-tp21629936p21629936.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to