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 2001/11/03 20:31:09 UTC

DO NOT REPLY [Bug 4618] New: - example refers to "logon.jsp" but text says "input.jsp"

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4618

example refers to "logon.jsp" but text says "input.jsp"

           Summary: example refers to "logon.jsp" but text says "input.jsp"
           Product: Struts
           Version: 1.0 Final
          Platform: Other
               URL: http://localhost:8080/struts-
                    documentation/api/org/apache/struts/taglib/html/package-
                    summary.html#package_description
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: dmkarr@earthlink.net


The example under "About the form tag" shows the following action:

<action path="/logon"
    type="org.apache.struts.example.LogonAction"
    name="logonForm"
    scope="request"
    input="/logon.jsp">
</action>

The text right after it says "... HTML form tag for input.jsp will default
to ...".  The text should refer to "logon.jsp", not "input.jsp".

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>