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

Defining inheritance for dynamic action forms in struts-config

           Summary: Defining inheritance for dynamic action forms in struts-
                    config
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Many of our forms have several attributes in common. In struts 1.0.x we defined 
a class inheriting from ActionForm (MainActionForm), defined those attributes 
in it, and extended our ActionForms from MainActionForm.

With dynamic forms there is no base class. It is all defined in struts-config. 
It would help to be able to define a set or several sets of attributes in 
struts-config and have the relevant dynamic forms refer to, or include, one of 
those base definitions. Probably only one so that it mimics the fact that java 
classes can extend only one class.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to