You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/06/13 09:03:55 UTC

DO NOT REPLY [Bug 29544] New: - provide more explanation to "No input attribute for mapping path"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29544>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29544

provide more explanation to "No input attribute for mapping path"

           Summary: provide more explanation to "No input attribute for
                    mapping path"
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: dev@struts.apache.org
        ReportedBy: hauser@acm.org


I am posting to a form.
When just doing it from the command-line with
links http://localhost/myApp/myAction.do

all works fine and my checks in the action claim that the form fields are empty
which is obviously correct.

When I extend this to myAction.do?login=name@domain.org&password=asd
I get the "No input attribute for mapping path" and in the catalina.out, I see
<<DEBUG [http-2712-Processor4] (StandardWrapper.java:700) -   Returning non-STM
instance>>
Why is there no clue given what the error in the form is?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org