RE: Iterate Index Evaluation

2003-01-03 Thread pqin
C EPS [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 4:50 PM To: 'Cohan, Sean'; 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation I found the RowTag by Amarda Business Systems Ltd useful for doing different colors based on odd or even rows... looking at their sou

RE: Iterate Index Evaluation

2003-01-03 Thread Piper, James D CECOM SEC EPS
ubject: RE: Iterate Index Evaluation Thanks very much! I will. -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:53 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Strike that ... reverse it! I

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
Thanks very much! I will. -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:53 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Strike that ... reverse it! I was able to use the bean:define

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Possibly ... I haven't worked with EL yet ... it's on my "to-do" list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: RE: Iterate Index Evaluation Can you use html-el? Reg

Re: Iterate Index Evaluation

2003-01-03 Thread Khalid K.
u can always write your own tag and get rid of that scriptlet :) Khalid - Original Message - From: "Cohan, Sean" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 12:58 PM Subject: RE: Ite

RE: Iterate Index Evaluation

2003-01-03 Thread pqin
Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:43 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Er ... I think you may be right ... I know it can be done using scriptlet for example: <% if ((index % 2) == 0) {%> eve

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
chuckle, chuckle... -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:43 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Er ... I think you may be right ... I know it can be done using scriptlet f

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
PROTECTED]] Sent: Friday, January 03, 2003 3:43 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Er ... I think you may be right ... I know it can be done using scriptlet for example: <% if ((index % 2) == 0) {%> even row markup here <% } el

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
ean [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:05 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Thanks, but I think there will be a problem with the bean:define since the jsp 1.1 spec does not allow you to use the same bean name more than once in a s

RE: Iterate Index Evaluation

2003-01-03 Thread Cohan, Sean
Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:49 PM To: 'Struts Users Mailing List' Subject: RE: Iterate Index Evaluation Try something like ... markup for even row here markup for odd row here -Original Message- From: Cohan, Sean

RE: Iterate Index Evaluation

2003-01-03 Thread Siggelkow, Bill
Try something like ... markup for even row here markup for odd row here -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:40 PM To: Struts (E-mail) Subject: Iterate Index Evaluation I need to iterate over a collecti