This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit ddc2c6d9ae9571fe879d8bf67f9b1b04df31c848 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Wed Jul 15 18:05:07 2015 +0200 struts 2.3.16 as by default struts.mapper.action.prefix.enabled = false force true with <constant name="struts.mapper.action.prefix.enabled" value="true"/> this is necessary for multiple submit button with different action (ex: addPrefix) --- bow-ui/src/main/resources/struts.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bow-ui/src/main/resources/struts.xml b/bow-ui/src/main/resources/struts.xml index 0ac31dc..862542c 100644 --- a/bow-ui/src/main/resources/struts.xml +++ b/bow-ui/src/main/resources/struts.xml @@ -29,6 +29,10 @@ type="com.opensymphony.xwork2.TextProvider" /> <constant name="struts.xworkTextProvider" value="i18nTextProvider" /> + <!-- pour permettre d'avoir plusieurs bouton submit avec des actions + differente dans les forms --> + <constant name="struts.mapper.action.prefix.enabled" value="true" /> + <!-- pour ne pas remettre tous les parametres deja existant sur les url construite avec s:url --> <constant name="struts.url.includeParams" value="none" /> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.