Re: Action warnings for posting URLs with Struts 2.0.11

2007-10-31 Thread Erik Marcor Thaysen
Thanks for the feedback, Dave! Dave Newton wrote: >> 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

Re: Action warnings for posting URLs with Struts 2.0.11

2007-10-31 Thread Dave Newton
--- 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:

Action warnings for posting URLs with Struts 2.0.11

2007-10-31 Thread Erik Marcor Thaysen
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 'ac