You can setResponePage or throw one of the RestartResponse*-Exceptions Regards Hans
Am 21.07.11 11:19 schrieb "Lurtz Nazgul" unter <[email protected]>: > I also tried > > WebRequestCycle cycle = (WebRequestCycle) RequestCycle.get(); > ServletRequest httpRequest = > cycle.getWebRequest().getHttpServletRequest(); > ServletResponse httpResponse = > cycle.getWebResponse().getHttpServletResponse(); > ServletContext context = ((WebApplication) > Application.get()).getServletContext(); > context.getRequestDispatcher("/mywelcome").forward(httpRequest, > httpResponse); > > where mywelcome url is BookmarkablePage, in MyWebApplication.java > > this.mountBookmarkablePageWithUrlCoding("/mywelcome", Welcome.class); > > Thanks. > > > > > ________________________________ > From: Lurtz Nazgul <[email protected]> > To: [email protected] > Sent: Thu, July 21, 2011 12:15:19 PM > Subject: Forward to Bookmarkable > > Hi; > > How can i forward user to a BookmarkablePage. I don't need redirection. I > don't > > want user to see url. > > > Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
