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


Reply via email to