RE: Looping in Struts2

2008-02-29 Thread Dave Newton
--- Jaarthy <[EMAIL PROTECTED]> wrote: > Already tried out,but could not find a solution.that's why posted here... > Any help would be appreciated. Okay, well. Not too much to go on. What specific problem are you having? What have you tried? Post a snippet. Post some code. The S2 request wrapper

RE: Looping in Struts2

2008-02-29 Thread Jaarthy
Already tried out,but could not find a solution.that's why posted here... Any help would be appreciated. Aarthy newton.dave wrote: > > --- Jaarthy <[EMAIL PROTECTED]> wrote: >> Can we pass dynamic values to the begin and end in c:forEach tag? > > Sure. Might have been quicker to just try it. >

RE: Looping in Struts2

2008-02-28 Thread Dave Newton
--- Jaarthy <[EMAIL PROTECTED]> wrote: > Can we pass dynamic values to the begin and end in c:forEach tag? Sure. Might have been quicker to just try it. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Looping in Struts2

2008-02-28 Thread Jaarthy
Can we pass dynamic values to the begin and end in c:forEach tag? Aarthy Allen, Daniel wrote: > > You mean in JSPs, using the Struts taglib? There's an example that I > think is similar to what you're looking for at the bottom of the > page[1]. For large n, it would be sort of ugly, though, s

RE: Looping in Struts2

2008-02-22 Thread Allen, Daniel
You mean in JSPs, using the Struts taglib? There's an example that I think is similar to what you're looking for at the bottom of the page[1]. For large n, it would be sort of ugly, though, so definitely look into like Dave said if you're going past single-digit n. ~Dan Allen [1] http://struts.

Re: Looping in Struts2

2008-02-22 Thread Dave Newton
--- Jaarthy <[EMAIL PROTECTED]> wrote: > Is there any way in Struts2 to display values from i=1 to n. > Any help on this please? Not in the same way you can with, say, JSTL's tag. Which is why I'd consider using JSTL's tag. Dave ---