<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>


<c:forEach begin="1" end="5">
        ... what ever you want here
</c:forEach>

Hope this helps,
Erez

-----Original Message-----
From: Jitesh Sinha [mailto:[EMAIL PROTECTED] 
Sent: Sunday, August 03, 2003 5:09 PM
To: Struts Users Mailing List
Subject: RE: NewBie: Iterations for a constant no. of times

That's fine Oz...
Actually by looking at your reply,I thought you know that it cannot be
done
by Struts...
Thanks for letting me onto JSTL....

-----Original Message-----
From: Oguz Kologlu [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 8:29 PM
To: Struts Users Mailing List
Subject: RE: NewBie: Iterations for a constant no. of times


Jitesh,

I didn't say that. I think you have some misconceptions about
what struts is.

You were asking how to do a for loop. The answer is to use the
Java Standard Tag Library - JSTL. There is no need to use
struts tags for this. JSTL and Struts tags play very
nicely together.

If you are absolutely desperate to use the struts tags instead
you'll have to dig out the right tag yourself since I won't waste
my time on it.

Oz


-----Original Message-----
From: Jitesh Sinha [mailto:[EMAIL PROTECTED]
Sent: Monday, 4 August 2003 12:35 AM
To: Struts Users Mailing List
Subject: RE: NewBie: Iterations for a constant no. of times


you mean to say there is absolutely no way  I can achieve it by using
Struts???
If that is the case,struts is not a wise choice to use in our
apps..because
we don't know what is present there and what is not....


-----Original Message-----
From: Oguz Kologlu [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 7:55 PM
To: Struts Users Mailing List
Subject: RE: NewBie: Iterations for a constant no. of times


You should be using the JSTL for this.
Have a look at a concise JSTL reference at:

http://www.manning.com/bayern/appendixA.pdf

Oz

-----Original Message-----
From: Jitesh Sinha [mailto:[EMAIL PROTECTED]
Sent: Monday, 4 August 2003 12:06 AM
To: Struts Users Mailing List
Subject: RE: NewBie: Iterations for a constant no. of times


Somebody please answer my question as in the email below......

-----Original Message-----
From: Jitesh Sinha [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 3:20 PM
To: Struts Users Mailing List
Subject: NewBie: Iterations for a constant no. of times


I have to show a row of 3 text fields a constant no. (say 5 ) of times .
I have the code to show these 3 text fields in place in my jsp which
will
look like :

<table>
<tr>
<td><input type=text name=aTextField></td>
<td><input type=text name=anotherTextField></td>
<td><input type=text name=anotherOneTextField></td>
</tr>
</table>


I want this code to be iterated 5 times .which struts tag  should I use
over
this code??
<logic:iterate> requires a collection as a property of the bean .
I don't want to go to bean for this .I know this iteration variable(in
this
case the value is 5)beforehand .So there is no need to go to bean .
Please help.

Thanks,
Jitesh
---------------------------------------------------------------------
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]



---------------------------------------------------------------------
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]



---------------------------------------------------------------------
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]



---------------------------------------------------------------------
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]

Reply via email to