I'm already familiar with the usual way how to mount bookmarkable pages and how to handle page parameters. That's not the point. I don't wanna create the URLs manually, because Wicket does already have the knowledge about all mounted pages. The URLs might be change in the future (different segments or whatever) that's why I wanna use an interface and an implementation within the wicket package to generate the URLs for me. At least if I have a WebRequest I can already use Wicket to generate the URLs for me (e.g. RequestCycle.get().urlFor(Class, PageParameters)). But what happens if I don't have a WebRequest and a RequestCycle (like using jUnit to test Wicket Components and/or Pages). I think I have to use something like a "mocked" RequestCycle. Or do I miss something?
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-and-creating-URLs-to-Bookmarkable-Pages-without-Wicket-Application-tp4652002p4652009.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org