branch develop updated (c4a1b41 -> ddc2c6d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from c4a1b41 [Bow] Doc : get started (setup) new ddc2c6d 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) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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) Summary of changes: bow-ui/src/main/resources/struts.xml | 4 ++++ 1 file changed, 4 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm