Re: getting nested tags to work with DynaActionForm???

2002-07-19 Thread Arron Bates
gt; > > > > On Wed, 2002-07-17 at 12:45, Craig R. McClanahan wrote: > > > >> > >>On Tue, 16 Jul 2002, Rick Reumann wrote: > >> > >> > >>>Date: Tue, 16 Jul 2002 22:04:54 -0400 > >>>From: Rick Reumann <[EMAIL PROTECTED]>

Re: getting nested tags to work with DynaActionForm???

2002-07-18 Thread Adam Hardy
002 20:57:26 -0400 >>From: Rick Reumann <[EMAIL PROTECTED]> >>To: Craig R. McClanahan <[EMAIL PROTECTED]> >>Cc: Roman Fail <[EMAIL PROTECTED]>, >> Struts Users Mailing List <[EMAIL PROTECTED]>, >> [EMAIL PROTECTED] >>Subject: Re[4]:

Re: getting nested tags to work with DynaActionForm???

2002-07-18 Thread Adam Hardy
t; >> >>>Date: Tue, 16 Jul 2002 22:04:54 -0400 >>>From: Rick Reumann <[EMAIL PROTECTED]> >>>To: Craig R. McClanahan <[EMAIL PROTECTED]> >>>Cc: Struts Users Mailing List <[EMAIL PROTECTED]> >>>Subject: Re[2]: getting nested tags to wo

Re[4]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Craig R. McClanahan
gt;, > [EMAIL PROTECTED] > Subject: Re[4]: getting nested tags to work with DynaActionForm??? > > On Wednesday, July 17, 2002, 7:39:23 PM, Craig wrote: > > >> Agreed, that does walk into the realm of Big Brother code. I guess > >> it's just going to be

Re[4]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Rick Reumann
On Wednesday, July 17, 2002, 7:39:23 PM, Craig wrote: >> Agreed, that does walk into the realm of Big Brother code. I guess >> it's just going to be a rough spot for DynaNewbies. CRM> Not any rougher than it is for people trying to understand standard CRM> ActionForms :-) Correct me if I

RE: Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Craig R. McClanahan
On Wed, 17 Jul 2002, Roman Fail wrote: > Date: Wed, 17 Jul 2002 16:17:49 -0700 > From: Roman Fail <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: RE: Re[2]: getting nested tags to work with Dyn

RE: Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Roman Fail
To: Roman Fail Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re[2]: getting nested tags to work with DynaActionForm??? > Date: Wed, 17 Jul 2002 15:23:23 -0700 > From: Roman Fail <[EMAIL PROTECTED]> > To: [EM

Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Craig R. McClanahan
On Wed, 17 Jul 2002, Roman Fail wrote: > Date: Wed, 17 Jul 2002 15:23:23 -0700 > From: Roman Fail <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re[2]: getting nested tags to work with DynaActionForm??? > > What d

Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Roman Fail
al Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Wed 7/17/2002 5:28 AM To: Struts Users Mailing List Cc: Subject: Re: Re[2]: getting nested tags to work with Dyna

Struts event sequence (WAS: getting nested tags to work with DynaActionForm???)

2002-07-17 Thread Roman Fail
/StrutsOverview.html Roman Fail Sr. Web Application Developer POS Portal, Inc. -Original Message- From: Dan Cancro [mailto:[EMAIL PROTECTED]] Sent: Tue 7/16/2002 5:00 PM To: 'Struts Users Mailing List' Cc: Subjec

Re: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Craig R. McClanahan
On Wed, 17 Jul 2002, Struts Newsgroup wrote: > Date: Wed, 17 Jul 2002 10:55:01 -0700 > From: Struts Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: getting nested tags to work with DynaAc

Re: getting nested tags to work with DynaActionForm???

2002-07-17 Thread @Basebeans.com
Subject: Re: getting nested tags to work with DynaActionForm??? From: Serge Shikov <[EMAIL PROTECTED]> === Craig R. McClanahan wrote: > > For DynaActionForm instances, the default initialization of all > non-primitives in null. That's why you still need to initialize in &

Re[4]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Rick Reumann
Actually I just realized part of the problem below is/was is that even using the standard ActionForm I can't seem to get the nested ArrayList stuff to take upon submission unless I give the form session scope. I'm sure this question has been answered before so I'll look in the archives ( although

Re[3]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Rick Reumann
Craig and company, I'll comment some more below but I want to first explain what needs to be set up and handled. I have an ArrayList of beans. Each bean in this ArrayList also contains an ArrayList of String object. On my JSP I'm using the nested tag (new to using it- bannana stuff very helpful A

Re: Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Arron Bates
MAIL PROTECTED]> > > To: Craig R. McClanahan <[EMAIL PROTECTED]> > > Cc: Struts Users Mailing List <[EMAIL PROTECTED]> > > Subject: Re[2]: getting nested tags to work with DynaActionForm??? > > > > On Tuesday, July 16, 2002, 9:04:04 PM, Craig R. McClana

Re[2]: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Craig R. McClanahan
On Tue, 16 Jul 2002, Rick Reumann wrote: > Date: Tue, 16 Jul 2002 22:04:54 -0400 > From: Rick Reumann <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]> > Cc: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re[2]: getting nested

Re[2]: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Rick Reumann
On Tuesday, July 16, 2002, 9:04:04 PM, Craig R. McClanahan wrote: CRM> Setting stuff like this up in the reset() method is the standard approach. CRM> Arrays have to exist already for either standard JavaBean-based CRM> ActionForms, as well as DynaActionForms. I'm still a bit confused by th

RE: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Craig R. McClanahan
g from there to each of the processX methods it calls, and reading the corresponding JavaDoc comments, will tell you what you need to know. > Roman Fail > Sr. Web Application Developer > POS Portal, Inc. > Craig > > -Original Message- > From: Rick Reu

RE: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Dan Cancro
mann; Struts List > Subject: RE: getting nested tags to work with DynaActionForm??? > > > I had the same problem - after reviewing the source code for > DynaActionForm I realized that the underlying ArrayList is > not 'automatically' instantiated by the DynaActionFor

RE: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Chuck Cavaness
>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 n

RE: getting nested tags to work with DynaActionForm???

2002-07-16 Thread Roman Fail
lto:[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

getting nested tags to work with DynaActionForm???

2002-07-16 Thread Rick Reumann
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