Re: Bookmarkable page with a form. The URL switches from the mounted one into an unfriendly one.

2009-09-30 Thread quinya
I'm having a similar, but different problem. I have a PasswordResetPage for reseting a user password. I am using Spring Security and need to link to it from a login.jsp. So in my WebApplication class I have: mountBookmarkablePage(ConstantsCommon.PASSWORD_RESET_PATH, PasswordResetPage.class);

Re: Bookmarkable page with a form. The URL switches from the mounted one into an unfriendly one.

2009-05-21 Thread Jeremy Thomerson
add the message to the session and setResponsePage(ForgotPassword.class); You may need to do setRedirect(true); -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 21, 2009 at 2:04 PM, Kent Larsson kent.lars...@gmail.com wrote: Hi, I have a simple page, with a form where the