DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34305>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34305 Summary: [FEATURE REQUEST] import attribute in <form> in <form- bean> Product: Struts Version: 1.2.4 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Digester AssignedTo: dev@struts.apache.org ReportedBy: [EMAIL PROTECTED] it can be very tedious to write forms with just one/two additional fields to another form. this would be an elegant way to reduce the writing required to write form definitions, less prone to spelling mistakes .... <form-bean name="form1" ... > <form-property ..> // more fields </form-bean> <form-bean name="form2" import="form1" ... > <form-property ..> // additional fields to form1 </form-bean> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]