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


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to