package mounting is for one package, i want all packages with the same prefix to be mounted. the problem i'm facing is not encoding the bookmarkable urls, this works fine. the problem is that it seems i have a lot of other targets i need to encode:
listener interface target (for redirects) - the rendering itself is found,


Just make all your resources in the page  absolute. Thats what wicket already does with  the PrependContextHandler.

Mounting is just for the url in the browser bar. The page itself should have all absolute paths.  We try to do that upfront for the static resources
when the markup is parsed. If that is not possible those resources should be dynamic an the path should be calculated when rendered.

I still don't get why that listener interface is a problem.  But maybe i don't see your whole picture.

If you want previewabiltiy and css/_javascript_ resources everywhere then yes those resources should be calculated on the fly
or defined twice with a wicket:remove tag for the once that are used in preview.

Just look a the PrependContextPathHandler there you can see how we make the markup absolute paths upfront.

johan

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to