Hi, I just upgraded Struts from 2.0.8 to 2.0.11. Now I receive warnings in the log, such as this:
11:21:46,977 WARN [org.apache.struts2.components.Form] No configuration found for the specified action: 'https://emtdibs.arc/metaadmin/payreturn.pml' in namespace: '/'. Form action defaulting to 'action' attribute's literal value. Q: What must I do to take care of the warnings? The form is defined in a JSPF file like this: <s:form name="cancelform" action="%{#cancelUrl}" method="post"> The documentation for the form tag states, that if the action is not mapped in struts.xml, Struts will treat the action as a posting URL. It all works fine, but then why the warnings? Thanks, Erik Thaysen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]