In answer to this question, take a look at several of the chapters from my 
upcoming O'Reilly book on Struts, especially chapter 5 where I cover the 
steps that the controller goes through while processing a request.

http://www.theserverside.com/resources/strutsreview.jsp

chuck

>
>This is another example of where knowing the exact sequence of Struts 
>events is crucial.  Has anyone ever written up a detailed step-by-step of 
>what the controller does when a request comes in?  I've written a brief 
>one for our company's developers - shall I post it?
>
>Roman Fail
>Sr. Web Application Developer
>POS Portal, Inc.
>
>
>         -----Original Message-----
>         From: Rick Reumann [mailto:[EMAIL PROTECTED]]
>         Sent: Tue 7/16/2002 1:33 PM
>         To: Struts List
>         Cc:
>         Subject: getting nested tags to work with DynaActionForm???
>
>
>
>         I had an ArrayList property set in my DynaActionForm and it worked
>         fine with the nested tag in displaying the information from the beans
>         in the ArrayList of this DynaActionForm. The problem however came 
> when
>         I when I hit submit with the updated information. I kept getting
>         BeanUtils.populate errors with no index value set for 
> 'field.xxxx[0]'.
>         Sorry can't cite the exact error since I now went to using a typical
>         ActionForm and the nested tag page submits fine.
>
>         Is there something special I need to do in order to get
>         DynamicActionForms to work with Nested tags?
>
>         Thanks,
>
>         --
>
>         Rick
>         mailto:[EMAIL PROTECTED]
>
>


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

Reply via email to