Re: Advise How to set alternative raow background color

2005-01-28 Thread Rick Reumann
senthil Kumar wrote the following on 1/27/2005 2:19 AM: I am getting more than 100 regards from database and print in a JSP by 15 regards per Page. Its is working fine. Now i want to set alternative Row background color. I print all the rows between the in Struts. any one help me. I create

Re: Advise How to set alternative raow background color

2005-01-28 Thread Eddie Bush
I avoid runtime expressions and scriplets as much as I can: <%-- White BG --%> ... <%-- Grey BG --%> ... ... Y'all would do well to use the JSTL where you can. The documentation for the Struts taglibs even says that. --

Re: Advise How to set alternative raow background color

2005-01-27 Thread Jeff Beal
Kishore Senji wrote: On Thu, 27 Jan 2005 12:49:00 +0530, senthil Kumar <[EMAIL PROTECTED]> wrote: Hi all. I am getting more than 100 regards from database and print in a JSP by 15 regards per Page. Its is working fine. Now i want to set alternative Row background color. I print all the rows betwe

Re: Advise How to set alternative raow background color

2005-01-27 Thread Cedric Levieux
Personnaly for this kind of stuff i've got my own tag that have the hability to iterate and to cycle over given values. - Original Message - From: "Kishore Senji" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 27, 2005 8:26 AM

Re: Advise How to set alternative raow background color

2005-01-26 Thread Kishore Senji
On Thu, 27 Jan 2005 12:49:00 +0530, senthil Kumar <[EMAIL PROTECTED]> wrote: > Hi all. > > I am getting more than 100 regards from database and print in a JSP by 15 > regards per Page. > Its is working fine. > Now i want to set alternative Row background color. I print all the rows > between

Advise How to set alternative raow background color

2005-01-26 Thread senthil Kumar
Hi all. I am getting more than 100 regards from database and print in a JSP by 15 regards per Page. Its is working fine. Now i want to set alternative Row background color. I print all the rows between the in Struts. any one help me. Here i am putting my code also. welcome anyone to giv