Re: Where are the logic: tags?

2007-10-04 Thread Marcos Hernandez
Users Mailing List user@struts.apache.org Sent: Monday, October 1, 2007 12:32:10 AM Subject: Re: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org/2.x/docs/iterator.html , however if you want

Re: Where are the logic: tags?

2007-10-01 Thread Marcos Hernandez
- Original Message From: Cesar Arevalo [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, October 1, 2007 12:32:10 AM Subject: Re: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org

Re: Where are the logic: tags?

2007-10-01 Thread Gabriel Belingueres
- Original Message From: Cesar Arevalo [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, October 1, 2007 12:32:10 AM Subject: Re: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org/2

[OT] Re: Where are the logic: tags?

2007-10-01 Thread Dave Newton
: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org/2.x/docs/iterator.html , however if you want a foreach loop you could use fmtl tag c:forEach: http://java.sun.com/javaee/5/docs/tutorial/doc/bnakh.html#bnakk

Re: Where are the logic: tags?

2007-10-01 Thread Chris Pratt
12:32:10 AM Subject: Re: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org/2.x/docs/iterator.html , however if you want a foreach loop you could use fmtl tag c:forEach: http://java.sun.com/javaee/5/docs

Where are the logic: tags?

2007-09-30 Thread Marcos Hernandez
Hi guys Just today I found out that I miss them... Is there a way to create a for loop in Struts2? because I think a block of jsp code will not work there, what is required is a framework tag. Is the logic tag library gone? -- - Marcos H. You must be the

Re: Where are the logic: tags?

2007-09-30 Thread Cesar Arevalo
From: Marcos Hernandez [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, October 1, 2007 12:14:07 AM Subject: Where are the logic: tags? Hi guys Just today I found out that I miss them... Is there a way to create a for loop in Struts2? because I think a block of jsp

Re: Where are the logic: tags?

2007-09-30 Thread Cesar Arevalo
PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, October 1, 2007 12:32:10 AM Subject: Re: Where are the logic: tags? For iterating over a value you can use the struts2 tag s:iterator: http://struts.apache.org/2.x/docs/iterator.html , however if you want a foreach loop you