Hi *, i would like to redirect to a page mounted in application by calling it from another page.
Application.init mountBookmarkablePage(PAGE1_ID, Page1.class); AnyPage.myMethod redirectTo(PAGE1_ID) How could a redirectTo(String mountPoint) method look? The "normal" redirection by requestcycle is not working because i firstly need a responsepage. But how should i get it by a MountPointId? A global registry is not nice in my eyes. Would be nice if someone can help me out here. thanks Per -- View this message in context: http://www.nabble.com/Redirect-to-mounted-page-programmatically-tp21068725p21068725.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]
