RE: iterate tag

2006-06-02 Thread Szurdi Miklós
Thanks for the Reply :) -Original Message- From: Juan Ara [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 2:33 PM To: Struts Developers List Subject: Re: iterate tag Szurdi Miklós wrote: > The offset attribute offsets the index of the Collection (e.g it > starts fr

Re: iterate tag

2006-06-02 Thread Juan Ara
Szurdi Miklós wrote: The offset attribute offsets the index of the Collection (e.g it starts from xth element instead of the first.) as far as I know while indexId gives it back for other tags and visualization (In my case I use it in a table for row numbering). Whoops I misunderstood your

RE: iterate tag

2006-06-02 Thread Szurdi Miklós
:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 1:59 PM To: Struts Developers List Subject: Re: iterate tag Szurdi Miklós wrote: > Hi all > > > > I was using logic:iterate and couldnot find any useful tag attribute > for offsetting the indexed attribute and I have found it a

Re: iterate tag

2006-06-02 Thread Juan Ara
Szurdi Miklós wrote: Hi all I was using logic:iterate and couldnot find any useful tag attribute for offsetting the indexed attribute and I have found it annoying because indexId starts from 0 while usually the users want to see it in the traditional wayJ. I created a new tag attribute

iterate tag

2006-06-02 Thread Szurdi Miklós
Hi all   I was using logic:iterate and couldnot find any useful tag attribute for offsetting the indexed attribute and I have found it annoying because indexId starts from 0 while usually the users want to see it in the traditional wayJ. I created a new tag attribute called: indexOffset

DO NOT REPLY [Bug 17473] - [taglib] Problem to include a jsp into an iterate tag

2005-12-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17473] - [taglib] Problem to include a jsp into an iterate tag

2005-06-15 Thread bugzilla
gzilla/show_bug.cgi?id=17473 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Problem to include a jsp|[taglib] Problem to include |into an itera

struts 1.1 validation in nested iterate tag

2004-07-21 Thread Bharathiraja
Hi, we are struggling to find solution to do validation both server side and client side through struts1.1 VALIDATOR TECHNIQUES in NESTED TAG.please give me a solution regarding this. regards, Bharathiraja.T

Re: Logic iterate tag

2004-07-20 Thread David Graham
and > coolections in JSP. > > I am planning to use this logic : iterate tag in place of this. > > I need to know if there is any advantage of using this tag in terms of > performance or reduction in Java code in JSP etc. > > Thanks and Regards > Aditya >

Logic iterate tag

2004-07-19 Thread Aditya Athalye
Hi All, I am currently using for loops and iterators for traversing arrays and coolections in JSP. I am planning to use this logic : iterate tag in place of this. I need to know if there is any advantage of using this tag in terms of performance or reduction in Java code in JSP etc