RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
Monday, March 29, 2004 12:08 PM > To: Struts Users Mailing List > Subject: RE: nesting c:forEach loops > > > I believe you'll be forced to "manufacture" the resulting parameter > name, and probably the value (if you intend the field to show the > existing values

RE: nesting c:forEach loops

2004-03-29 Thread Mainguy, Mike
March 29, 2004 1:08 PM To: Struts Users Mailing List Subject: RE: nesting c:forEach loops I believe you'll be forced to "manufacture" the resulting parameter name, and probably the value (if you intend the field to show the existing values). This probably means you'l

RE: nesting c:forEach loops

2004-03-29 Thread Karr, David
I believe you'll be forced to "manufacture" the resulting parameter name, and probably the value (if you intend the field to show the existing values). This probably means you'll have to use a stock "input" element instead of html:text. > -Original Message- > From: Jarnot Voytek Contr AU/

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
input fields. If not, I will be forced to use the nested taglib, which I have working in the interim. -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 11:20 AM To: Struts Users Mailing List Subject: RE: nesting c:forEach loops Try lo

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
L PROTECTED] Sent: Monday, March 29, 2004 11:26 AM To: Struts Users Mailing List Subject: Re: nesting c:forEach loops The same way as you populated it in the first place. Do you have something like this? SchoolApplicationForm theForm = (SchoolApplicationForm); List schoolList = new ArrayList();

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
AIL PROTECTED] > Sent: Monday, March 29, 2004 11:26 AM > To: Struts Users Mailing List > Subject: Re: nesting c:forEach loops > > > > The same way as you populated it in the first place. > > Do you have something like this? > > SchoolApplicationForm theForm = (Sch

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
ve working in the interim. -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 11:20 AM To: Struts Users Mailing List Subject: RE: nesting c:forEach loops Try looking at Struts' tags. Tutorials are on http://www.keyboardmonkey.com. --- Jarnot Voy

RE: nesting c:forEach loops

2004-03-29 Thread Hubert Rabago
[EMAIL PROTECTED]> wrote: > > > I'm not using a dynaActionForm, my problem lies with the html that's > > > rendered... Displaying the form works fine, but I don't > > see how struts > > > will > > > repopulate my nested beans. > >

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
see how struts will repopulate my nested beans. -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 11:14 AM To: Struts Users Mailing List Subject: Re: nesting c:forEach loops If you're using dynaActionForm you need to extract

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
l be forced to use the nested taglib, which I have working in the interim. > -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 11:20 AM > To: Struts Users Mailing List > Subject: RE: nesting c:forEach loops > > > Try look

RE: nesting c:forEach loops

2004-03-29 Thread Hubert Rabago
don't see how struts > will > repopulate my nested beans. > > > -Original Message- > > From: Mark Lowe [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 29, 2004 11:14 AM > > To: Struts Users Mailing List > > Subject: Re: nesting c:forEach loops > >

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
On 29 Mar 2004, at 19:17, Julio Cesar De Salvo wrote: You have to use the html-el tag libraries in the contrib. directory. No you don't.. Julio -Mensaje original- De: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 29 de Marzo de 2004 02:02 p.m. Para: '[EMAIL PROTE

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
h 29, 2004 11:14 AM > To: Struts Users Mailing List > Subject: Re: nesting c:forEach loops > > > If you're using dynaActionForm you need to extract the map from the > dynaForm. > > ${applicationForm.map.schools} > > other than that looks like it should work just fin

RE: nesting c:forEach loops

2004-03-29 Thread Jarnot Voytek Contr AU/SC
? > -Original Message- > From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 11:17 AM > To: 'Struts Users Mailing List' > Subject: RE: nesting c:forEach loops > > > You have to use the html-el tag libraries in

Re: nesting c:forEach loops

2004-03-29 Thread Mark Lowe
If you're using dynaActionForm you need to extract the map from the dynaForm. ${applicationForm.map.schools} other than that looks like it should work just fine as it is. On 29 Mar 2004, at 19:02, Jarnot Voytek Contr AU/SC wrote: Is it possible to nest forEach loops and have the html:text inpu

RE: nesting c:forEach loops

2004-03-29 Thread Julio Cesar De Salvo
You have to use the html-el tag libraries in the contrib. directory. Julio -Mensaje original- De: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 29 de Marzo de 2004 02:02 p.m. Para: '[EMAIL PROTECTED]' Asunto: nesting c:forEach loops Is it possible to nest forEac