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 2002/06/20 19:50:57 UTC

DO NOT REPLY [Bug 10072] New: - HTML:form tag does not store values into attribute specified action form bean if different bean is given by config file.

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

HTML:form tag does not store values into attribute specified action form bean if different bean is given by config file.

           Summary: HTML:form tag does not store values into attribute
                    specified action form bean if different bean is given by
                    config file.
           Product: Struts
           Version: 1.0.2 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: mkrcmar@ra.rockwell.com


I do not know if this is a bug or a feature. I use the HTML tag library to 
compose forms. For one from, the form 'action' attribute references an action 
class with an action form assigned using a struts config file. However, I need 
a different action form to be assigned to this form tag. If I 
use 'name', 'scope', and 'type' attributes of the form tag to specify a 
different action form bean, form fields are properly populated according to a 
specified bean, but user entered values are not set back to this bean. Instead, 
some of them are set to a bean specified via the strust config file if property 
names match.

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