On 3/7/06, news.gmane.org <[EMAIL PROTECTED]> wrote: > > > What are the recommendations for dealing with ActionForms that contain or > represent complex nested data structures, preferrably using JavaBeans that > already exist within the application?
In addition to understanding current design patterns for Struts Action Framework (i.e. Struts 1.2 and 1.3), you should seriously look at JavaServer Faces and the associated Shale Framework[1]. Among other things, JavaServer Faces makes the need for "form beans" disappear, which can reduce the complexity of your applications. Thanks! > > -- > Matt Kruse Craig [1] http://struts.apache.org/struts-shale/