Re: Nested Tags question

2002-06-14 Thread Arron Bates
As far as the problem goes concerning setting against valid indices, my code does that simply enough using a check against ArrayList.size() and the index from the request parameter - if the size is too small, I just add new objects - 3 lines of code. This is all in a for loop, which

Re: Nested Tags question

2002-06-13 Thread Craig R. McClanahan
On Thu, 13 Jun 2002, Arron Bates wrote: Date: Thu, 13 Jun 2002 14:14:13 +1000 From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Nested Tags question I know JSP will automatically

Re: Re: Nested Tags question

2002-06-13 Thread adam . hardy
am 13.06.2002, 08:22:43: On Thu, 13 Jun 2002, Arron Bates wrote: Date: Thu, 13 Jun 2002 14:14:13 +1000 From: Arron Bates Reply-To: Struts Users Mailing List To: Struts Users Mailing List Subject: Re: Nested Tags question I know JSP will automatically save parameters

Re: Re: Nested Tags question

2002-06-13 Thread Craig R. McClanahan
On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: Date: Thu, 13 Jun 2002 11:43:59 +0200 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Re: Nested Tags question So Craig, does the process work

RE: Re: Nested Tags question

2002-06-13 Thread Jayaraman Dorai
PM To: Struts Users Mailing List Subject: Re: Re: Nested Tags question On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: Date: Thu, 13 Jun 2002 11:43:59 +0200 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject

Re: Nested Tags question

2002-06-13 Thread Arron Bates
Adam, Back to the old want lists, but no session objects issue. It's a common problem these days. It's hard to get the list model working nicely without knowing how big the list is going to be so that objects can be set against valid indexes. The post you speek of in the archives is that

Re: Nested Tags question

2002-06-13 Thread Arron Bates
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 12:23 PM To: Struts Users Mailing List Subject: Re: Re: Nested Tags question On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: Date: Thu, 13 Jun 2002 11:43:59 +0200 From: [EMAIL PROTECTED] Reply

Re: Nested Tags question

2002-06-13 Thread Adam Hardy
Hi there, I'll take a look at it this weekend. I don't get your reference to no session objects. As far as the problem goes concerning setting against valid indices, my code does that simply enough using a check against ArrayList.size() and the index from the request parameter - if the size

Nested Tags question

2002-06-12 Thread adam . hardy
Hi All, I am trying to save a list created with the nested:iterate tag (from an object array in my form bean). I've written my code by following the SaveMonkey example from Arron Bates' KeyboardMonkey site (kudos to you, capt'n) - but the object array doesn't get recreated on a submit! Can I use

Re: Nested Tags question

2002-06-12 Thread adam . hardy
Hi folks, I'm going nuts having a very unproductive day here trying to save these nested tags as I mentioned earlier. I've boiled down my ignorance so to speak to the following question: How or why is the following input tag name / http request param: monkeyTeamAlpha.monkeyWorkers[0].salary

Re: Nested Tags question

2002-06-12 Thread Arron Bates
Adam, Should say that the monkey example's not the mos simple example. It's more of a what's possible than a learners tool. I just posted the link to the tute's and primer. The Tute's walk through from a plain, non-nested bean, to the initial nesting, to the lists, and lists within lists...

Re: Nested Tags question

2002-06-12 Thread Adam Hardy
Hi Down Under, thanks for the reply. I figured that the form properties setting thing must be struts, after checking out the JSP spec. JSP does do a certain amount of it though, since you can specify a tag in your jsp and say parameters=* - and JSP will match any parameters in the request to

RE: nested tags question

2002-04-15 Thread Alex Paransky
ltant http://www.myprofiles.com/member/view.do?profileId=127 -Original Message- From: Kousek, Theron [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:33 PM To: 'Struts Users Mailing List' Subject: nested tags question Hi folks: I have a few forms that contain the same type of

Re: nested tags question

2002-04-15 Thread Arron Bates
02 2:33 PM To: 'Struts Users Mailing List' Subject: nested tags question Hi folks: I have a few forms that contain the same type of "template"... I want to create a generic template that uses a form bean. This template needs to handle form beans that are at the root level or a form bean tha