RE: Customizing CSS

2008-07-14 Thread Jishnu Viswanath
EMAIL PROTECTED] Sent: Monday, July 14, 2008 1:47 PM To: Struts Users Mailing List Subject: Re: Customizing CSS Hi Jishnu, Thanks for your reply, it applies background color to the text field, but i want it to be applied to that entire row(that have label employee id and text field), not t

Re: Customizing CSS

2008-07-14 Thread Narayana S
> Software Engineer > > *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll > > Tavant Technologies Inc., > > www.tavant.com > > PEOPLE :: PASSION :: EXCELLENCE > > -Original Message- > From: Narayana S [mailto:[EMAIL PROTECTED] > Sent

RE: Customizing CSS

2008-07-13 Thread Jishnu Viswanath
., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Narayana S [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2008 11:40 AM To: Struts Users Mailing List Subject: Re: Customizing CSS Hi, Thanks for your reply, but i am talking about UI screen, not a table

Re: Customizing CSS

2008-07-13 Thread Narayana S
Hi, Thanks for your reply, but i am talking about UI screen, not a table display. in the screen itself for every control i want to apply an alternate back ground color. for example these two should come with two different background colors. On Thu, Jul 10, 2008 at 3:18 PM, Narayana S

Re: Customizing CSS

2008-07-10 Thread Lukasz Lenart
Iterator Tag [1], second and third example [1] http://struts.apache.org/2.0.11.2/docs/iterator.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Customizing CSS

2008-07-10 Thread Jim Kiley
Actually you don't even have to use the modulus operator there -- you can access #stat.even or #stat.odd directly. jk On Thu, Jul 10, 2008 at 5:56 AM, ManiKanta G <[EMAIL PROTECTED]> wrote: > In which theme u want to implement? > If it is in S2, u can use DisplayTag (displaytag.sourceforge.net),

Re: Customizing CSS

2008-07-10 Thread ManiKanta G
In which theme u want to implement? If it is in S2, u can use DisplayTag (displaytag.sourceforge.net), which will look almost all needs of tabular reports or form (including paging, sorting). If you want to implement using tag, then use rowStatus of the iterator and using the modulo (%) div

RE: Customizing CSS

2008-07-10 Thread Kundan.Kumar
Use .cust tr.odd {background-color:#ff;} .cust tr.even {background-color:#DD;} or Find in google -Original Message- From: Narayana S [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 3:18 PM To: Struts Users Mailing List Subject: Customizing CSS Hi, as