You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/30 15:18:07 UTC

DO NOT REPLY [Bug 14091] New: - jsp:setProperty("*") directive fails whe used with transitional XHTML and a POST

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=14091>.
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=14091

jsp:setProperty("*") directive fails whe used with transitional XHTML and a POST

           Summary: jsp:setProperty("*") directive fails whe used with
                    transitional XHTML and a POST
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
               URL: http://aballen.phathookups.com/ZwiftBooks
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: aballen@ptd.net


It appears that when a transitional XHTML form has both the action and method 
atributes, that the following code only works with with an HTTP GET
<jsp:useBean id="indexBean" scope="session" class="zwiftbooks.indexBean" />
<jsp:setProperty name="indexBean" property="*" />

I have verified this works with tomcat 4.0, but fails on 4.1.

I have aslo tested this to bes consistent with mozilla 1.2b and IE 6.00.26

When I switch this to POST my bean fails to get any properties set.

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