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 2003/10/03 02:35:07 UTC

DO NOT REPLY [Bug 23583] New: - Support for an ActionForm factory

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

Support for an ActionForm factory

           Summary: Support for an ActionForm factory
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: andrewwild@yahoo.com


We're doing some work generating ActionForms and transport classes on the fly 
with JavaAssist and found it necessary to put a hook into 
RequestUtils.applicationClass() to return a class from our factory.

We thought about using a context class loader but that seems like overkill 
(and headache to debug).

What would be nice is a mechanism for registering a factory that is consulted 
whenever Struts needs to build an ActionForm.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org