Re: iterate on a value

2005-07-01 Thread Nikola Milutinovic

David Rickard wrote:

If you don't mind mixing Struts and JSTL, use a c:forEach loop, with 
the end value being the number of children parameters;


At 11:00 AM 6/30/2005, Dewitte Rémi wrote:


Hello !
In my form , i ask the number of children. On the next page, i'd like to
display as many textboxes as children to get their name.
logic:iterate provides iteration on array or collection, how can i 
iterate

on the number of children ?




A word of caution on mixing Struts and JSTL - there are situation when 
it breaks. I've had a webapp, using Struts 1.1 and JSTL 1.0 (Jakarta 
JSTL) and the application did not want to deploy at all. When removed 
JSTL, it ran just fine.


As for the original question, well, the Action class in between those 
two requests can build an array for iteration. It is ugly, but it works.


Nix.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: iterate on a value

2005-07-01 Thread Dewitte Rémi
Thanks for your solutions.
Rémi

Le Vendredi 1 Juillet 2005 08:16, Nikola Milutinovic a écrit :
 David Rickard wrote:
  If you don't mind mixing Struts and JSTL, use a c:forEach loop, with
  the end value being the number of children parameters;
 
  At 11:00 AM 6/30/2005, Dewitte Rémi wrote:
  Hello !
  In my form , i ask the number of children. On the next page, i'd like to
  display as many textboxes as children to get their name.
  logic:iterate provides iteration on array or collection, how can i
  iterate
  on the number of children ?

 A word of caution on mixing Struts and JSTL - there are situation when
 it breaks. I've had a webapp, using Struts 1.1 and JSTL 1.0 (Jakarta
 JSTL) and the application did not want to deploy at all. When removed
 JSTL, it ran just fine.

 As for the original question, well, the Action class in between those
 two requests can build an array for iteration. It is ugly, but it works.

 Nix.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: iterate on a value

2005-06-30 Thread David Rickard
If you don't mind mixing Struts and JSTL, use a c:forEach loop, with the 
end value being the number of children parameters;


At 11:00 AM 6/30/2005, Dewitte Rémi wrote:

Hello !
In my form , i ask the number of children. On the next page, i'd like to
display as many textboxes as children to get their name.
logic:iterate provides iteration on array or collection, how can i iterate
on the number of children ?
Thanks !

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--

David Rickard
Software Engineer

TechBooks/GTS
Your Single Source Solution!
Los Angeles CA * York, PA * Boston,MA * New Delhi, India
Visit us on the World Wide Web 
http://www.techbooks.comhttp://www.techbooks.com


[EMAIL PROTECTED]
5650 Jillson St., Los Angeles, CA 90040
(323) 888-8889 x331
(323) 888-1849 (Fax)