Re: logic:iterate tag revisited

2003-03-06 Thread alexj
a better page : http://jakarta.apache.org/struts/faqs/actionForm.html -- Alexandre Jaquet - Original Message - From: "Steve Vanspall" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:49 AM Subject:

Re: logic:iterate tag revisited

2003-03-06 Thread alexj
t; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:49 AM Subject: RE: logic:iterate tag revisited > Yeah that's col, I figured I would have to do that. that's the way I > originally was going to do it, > >

RE: logic:iterate tag revisited

2003-03-06 Thread Steve Vanspall
process it from there. How do I do that. There isn't much info about uploading a dynamic number of files to the serve using struts. Steve -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Friday, 7 March 2003 2:34 PM To: Struts Users Mailing List Subject: Re: logic:iterate

Re: logic:iterate tag revisited

2003-03-06 Thread alexj
ent: Friday, March 07, 2003 4:16 AM Subject: RE: logic:iterate tag revisited > ok this is the full story > > The value come from the form, the IMGTemplateFields object are in an > ArrayList chich is stored in the 'imageFieldsList' field of my > RenderHTMLForm > > I want to hav

RE: logic:iterate tag revisited

2003-03-06 Thread Steve Vanspall
age- From: alexj [mailto:[EMAIL PROTECTED] Sent: Friday, 7 March 2003 2:07 PM To: Struts Users Mailing List Subject: Re: logic:iterate tag revisited I can't understand why you need to re-iterate . Do you need to do some update on a view page ? If yes you will need to have an action def

Re: logic:iterate tag revisited

2003-03-06 Thread alexj
me ? The default value you define on your based ActionForm ? -- Alexandre Jaquet - Original Message - From: "Steve Vanspall" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:01 AM Subject: RE: logic:

RE: logic:iterate tag revisited

2003-03-06 Thread Steve Vanspall
he apporopriate formFile information Regards Steve -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: Friday, 7 March 2003 12:42 PM To: Struts Users Mailing List Subject: RE: logic:iterate tag revisited Ah it's always the small thing, I can't beleive I

RE: logic:iterate tag revisited

2003-03-06 Thread Steve Vanspall
ic:iterate tag revisited On Fri, 7 Mar 2003 11:33:50 +1100 "Steve Vanspall" <[EMAIL PROTECTED]> wrote: > Hi there > > Here's my problem, I have modelled my iterate tag on a working example > I was given by a colleague. > > this is my jsp code >

Re: logic:iterate tag revisited

2003-03-06 Thread Rick Reumann
On Fri, 7 Mar 2003 11:33:50 +1100 "Steve Vanspall" <[EMAIL PROTECTED]> wrote: > Hi there > > Here's my problem, I have modelled my iterate tag on a working example > I was given by a colleague. > > this is my jsp code > > type="com.crm.util.TemplateBeans.IMGTemplateBean" > property="imageField

logic:iterate tag revisited

2003-03-06 Thread Steve Vanspall
Hi there Here's my problem, I have modelled my iterate tag on a working example I was given by a colleague. this is my jsp code nameArray[cnt] = '<%=TemplateBeans.IMG_TMPLT%>:'; cnt++;