What happens if i do this:
application.mount("/path1", new BookmarkablePageRequestTargetUrlCodingStrategy("/path2", MyClass.class, null))
Then the 2 paths are out of sync?
shouldn't IRequestTargetUrlCodingStrategy have a getPath() method and every mount method with a IRequestTargetUrlCodingStrategy
shouldn't have a path string. But get the path from the IRequestTargetUrlCodingStrategy itself.
johan
- [Wicket-develop] should this: public final void mount(Stri... Johan Compagner
- Re: [Wicket-develop] should this: public final void m... Eelco Hillenius
- Re: [Wicket-develop] should this: public final vo... Johan Compagner
