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 2003/01/22 18:23:43 UTC

DO NOT REPLY [Bug 16338] New: - HTML Form Fields not processed correctly with JSP directive

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

HTML Form Fields not processed correctly with JSP <jsp:setProperty> directive

           Summary: HTML Form Fields not processed correctly with JSP
                    <jsp:setProperty> directive
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: joerg_strebel@hotmail.com


When trying to automatically set the properties of a java bean to the values
entered by the user in a html form field, it seems that the
setProperty-directive of my JSP page doesn`t work properly. When setting the
name "E2" as the form field name, the appropriate property setE2() in the bean
won't be found, even when I use the attribute property="E2". But when I use a
name as "notify" and subsequently setNotify()in the java bean, everything works
ok, and the values are set by setProperty.

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