Re: How to handle multiploe unknown form fields

2004-09-30 Thread Frank W. Zammetti
AIL PROTECTED]> Sent: Thursday, September 30, 2004 6:54 PM Subject: Re: How to handle multiploe unknown form fields I understand the JSP side of this eqation as you wrote it, although I should have said I was looking for a solution that doesn't use Struts taglibs because I try to avoid th

Re: How to handle multiploe unknown form fields

2004-09-30 Thread Niall Pemberton
onForm in Struts 1.2.4 Niall - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 6:54 PM Subject: Re: How to handle multiploe unknown form fields > I understand the JSP side of this eqation as you wrote it, although I shoul

RE: How to handle multiploe unknown form fields

2004-09-30 Thread David Suarez
OTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 2:35 PM To: [EMAIL PROTECTED] Subject: Re: How to handle multiploe unknown form fields In fact it did help because it answered some question for me. I spent the last hour searching for the RIGHT answer... This looked like it, but

Re: How to handle multiploe unknown form fields

2004-09-30 Thread fzlists
rocessing >> for that property. Search the archives on indexed properties and lazy > list >> processing. >> >> In your jsp... >> >> >> >> >> Low >> Medium >> High >> >> >> >>

Re: How to handle multiploe unknown form fields

2004-09-30 Thread bmf5
> > > The trick is to name the "id" attribute to the same as the property in the > form which returns the collection, that way Struts will generate something > like: > > > > > The lazy ActionForms I wrote have the lazy list behaviour built in > > http://www.niallp.pwp.blue

Re: How to handle multiploe unknown form fields

2004-09-30 Thread fzlists
That will take care of the presentation side, true enough. But the problem I'm still trying to solve is how to deal with all the parameters when the form submission happens. For instance, let's say I dynamically construct names for each drop-down along the lines of "dropdown" where is

Re: How to handle multiploe unknown form fields

2004-09-30 Thread fzlists
gt; The lazy ActionForms I wrote have the lazy list behaviour built in > > http://www.niallp.pwp.blueyonder.co.uk/#lazydynabean > > Niall > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 30

Re: How to handle multiploe unknown form fields

2004-09-30 Thread Niall Pemberton
ssage - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 6:19 PM Subject: How to handle multiploe unknown form fields > I have an interesting situation, one that has never come up before, and I'm unsure how to deal with it... > >

Re: How to handle multiploe unknown form fields

2004-09-30 Thread Bill Siggelkow
Frank, Couldn't you create your elements within ? You would need to dynamically generate the name attribute using an a RTEXPR (or using html-el tags). Also, LazyActionForm might help here ... [EMAIL PROTECTED] wrote: I have an interesting situation, one that has never come up before, and I'm un

How to handle multiploe unknown form fields

2004-09-30 Thread fzlists
I have an interesting situation, one that has never come up before, and I'm unsure how to deal with it... Imagine you have some records from a database representing various skills (i.e., HTML, Javascript, J2EE, etc.). Each has a SkillID associated with it. You create a JSP that lists each skil