Author: mfortun Date: 2011-05-23 11:31:33 +0200 (Mon, 23 May 2011) New Revision: 912 Url: http://nuiton.org/repositories/revision/wikitty/912 Log: * correct default login error redirect to ensure that redirect on the same action with all parameters preserved Modified: trunk/wikitty-publication/src/main/webapp/login.jsp Modified: trunk/wikitty-publication/src/main/webapp/login.jsp =================================================================== --- trunk/wikitty-publication/src/main/webapp/login.jsp 2011-05-21 11:36:45 UTC (rev 911) +++ trunk/wikitty-publication/src/main/webapp/login.jsp 2011-05-23 09:31:33 UTC (rev 912) @@ -17,7 +17,8 @@ //TODO mfortun-2011-05-13 find how to have default value configured by struts if (errorValue == null || errorValue == "") { - errorValue = PublicationActionLogin.DEFAULT_ERROR; + errorValue = "login_input.action" + "?success=" + + request.getParameter("success"); } %>
participants (1)
-
mfortun@users.nuiton.org