Thanks for your reply! Yes I've read that, and I have those other two configs also:
<constant name="struts.enable.SlashesInActionNames" value="true"/> <constant name="struts.mapper.alwaysSelectFullNamespace" value="false"/> <constant name="struts.patternMatcher" value="regex" /> The action that the form is pointing to is completely unrelated and has no wildcards in the action name, so I don't think it should be affected by this configuration change. Regards Peter On Mon, Nov 10, 2014 at 3:36 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > Have you read that > > http://struts.apache.org/release/2.3.x/docs/wildcard-mappings.html#WildcardMappings-AdvancedWildcards > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2014-11-10 15:22 GMT+01:00 Peter Björkman <pe...@josh.se>: > > Hi! Just changed my config to enable regex in action names. In > struts.xml: > > > > <constant name="struts.patternMatcher" value="regex" /> > > > > Works great! But as a side effect, s:forms no longer outputs the correct > > path to my actions. > > > > The code below: > > > > <s:form id="uploadImage" action="uploadImagesSave!execute" enctype= > > "multipart/form-data" method="post"> > > > > used to output: > > > > <form id="uploadImage" > > action="/mycontext/news/uploadImagesSave!execute.action" method="post" > > enctype="multipart/form-data"> > > but now I only get: > > > > <form id="uploadImage" action="uploadImagesSave!execute.action" > > method="post" enctype="multipart/form-data"> > > > > The context and namespace is stripped out. I verified that just changing > > back the patternMatcher fixes the issue. I'm using struts 2.3.16.3. > Anyone > > has any ideas on how to fix it? > > > > Regards > > Peter > > > > > > -- > > PETER BJÖRKMAN - CTO / SYSTEMS ARCHITECT > > josh / together is better / www.josh.se > > gävlegatan 12b / 113 30 stockholm / sweden > > phone +46 709 687 884 / skype peter_josh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- PETER BJÖRKMAN - CTO / SYSTEMS ARCHITECT josh / together is better / www.josh.se gävlegatan 12b / 113 30 stockholm / sweden phone +46 709 687 884 / skype peter_josh