I do have an excludePattern but that is for my css, js files. Here's my struts.xml file. I am using version 2.3.8.
<struts>

    <constant name="struts.devMode" value="true" />
    <constant name="struts.action.extension" value=""/>

    <!-- comma separated list of regexp url pattern -->
    <constant name="struts.action.excludePattern" value="/css/.*?, /groundwork/.*?, 
/js/.*?" />

    <package name="settings" namespace="/settings" extends="tiles-default">
        <action name="accounts" class="prm.AccountList">
            <result name="success" type="tiles">/accountList.tiles</result>
        </action>
        <action name="addAccount" class="prm.AddAccountAction">
            <result name="success" type="redirectAction">
                <param name="actionName">accounts</param>
            </result>
        </action>
    </package>
</struts>

On 3/19/13 4:22 PM, Lukasz Lenart wrote:
2013/3/19 Dhananjay Makwana <makw...@semandex.net>:
2013-03-19 14:33:25,683 [http-8080-2] WARN
com.opensymphony.xwork2.interceptor.ParametersInterceptor - Parameter
[#session.accounts['aaa'].properties[0].value] didn't match acceptedPattern
pattern!
This is odd, as I have already checked and
#session.accounts['aaa'].properties[0].value matches the default
acceptedPattern provided with ParametersInterceptor. Did you change
that?

struts.xml? version?


Regards


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to