r222 - trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp
Author: bpoussin Date: 2012-08-03 14:00:52 +0200 (Fri, 03 Aug 2012) New Revision: 222 Url: http://chorem.org/repositories/revision/chorem/222 Log: Anomalie #662: Cancel button redirection ? Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp 2012-08-03 09:50:14 UTC (rev 221) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp 2012-08-03 12:00:52 UTC (rev 222) @@ -30,7 +30,7 @@ <input type="hidden" name="id" value="${wikitty.id}"/> <p> <button class="btn btn-success" type="submit"><i class="icon-ok icon-white"></i> Save</button> - <a class="btn btn-info" href="/wikitty/view/${wikitty.id}"><i class="icon-remove icon-white"></i> Cancel</a> + <a class="btn btn-info" href="<c:url value="/wikitty/view/${wikitty.id}"/>"><i class="icon-remove icon-white"></i> Cancel</a> </p> <c:forEach var="ext" items="${extensions}">
participants (1)
-
bpoussin@users.chorem.org