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


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

Reply via email to