This seems to work: public class SomethingPage extends RedirectPage { public SomethingPage() { super("http://othersite.com"); } }
MyApplication.init(): mountBookmarkablePage("something", SomethingPage.class); Thanks for all the replies! Wicket community rulz. -- View this message in context: http://www.nabble.com/Mount-URL-to-another-host--tp19921980p19922897.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]