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=7561>. 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=7561 <html:form creates a new Form if we specify name and type Summary: <html:form creates a new Form if we specify name and type Product: Struts Version: 1.0 Final Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If we specify name and type values to the form tag (Ex: <html:form name="ApplicationForm" type="com.xxx.xxx.ApplicationForm" action="/action.do"> ) form tag is creating a new Form regardless of whether there is existing form in pageContext. Ex: Action ---> jsp Action creates the Form and sets into the mapping.getScope()(Request, session). In the JSP.. if we declare <html:form> tag as above it doesn't read the form values from the scope. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>