Author: bpoussin Date: 2012-04-24 16:55:53 +0200 (Tue, 24 Apr 2012) New Revision: 137 Url: http://chorem.org/repositories/revision/chorem/137 Log: creation des urls via la taglib 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-04-24 14:55:08 UTC (rev 136) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp 2012-04-24 14:55:53 UTC (rev 137) @@ -3,7 +3,7 @@ <%@ taglib uri="/WEB-INF/wikitty.tld" prefix="w"%> <c:if test="${not empty wikitty}"> - <form class="form-inline" method="post" action="/wikitty/save"> + <form class="form-inline" method="post" action="<c:url value="/wikitty/save"/>"> <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>
participants (1)
-
bpoussin@users.chorem.org