--- Erik Marcor Thaysen <[EMAIL PROTECTED]> wrote:
> 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?

Set the debug level of
org.apache.struts2.components.Form to ERROR or just
ignore them, at least for now :)

> It all works fine, but then why the warnings?

To warn you that you're posting to something that
isn't configured in the struts.xml file, which is
probably a mistake in the majority of S2 apps, but not
necessarily (obviously!)

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to