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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to