You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by thomas Sontheimer <th...@artal.fr> on 2003/09/16 16:55:38 UTC

RE : with changing row colors

here are means to do it:

http://husted.com/struts/FAQ/view-logic.htm

> -----Original Message-----
> From: reps@grass-gmbh.de [mailto:reps@grass-gmbh.de] 
> Sent: Tuesday, September 16, 2003 3:17 PM
> To: Struts-User
> Subject: <logic:iterate> with changing row colors
> 
> 
> hello,
> 
> i use <logic:iterate> and want to change the cgcolor every row.
> 
> usualy i do something like this thisway:
> 
> if(currentrow mod 2 == 0)
> {
> bgcolor = "color1";
> }
> else
> {
> bgcolor = "color2";
> }
> 
> 
> how would u do this with struts ?
> i would prefer to do this without any jsp, so far my code is 
> "struts only"
> :)
> 
> any ideas ?
> 
> Mit freundlichen Grüßen
> 
> Christian Reps, Dipl. Inf. (FH)
> Web Applications
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: RE : with changing row colors

Posted by Adam Hardy <ah...@cyberspaceroad.com>.
You definitely need Niall Pemberton's row tag (from that link).

On 09/16/2003 04:55 PM thomas Sontheimer wrote:
> here are means to do it:
> 
> http://husted.com/struts/FAQ/view-logic.htm
> 
> 
>>-----Original Message-----
>>From: reps@grass-gmbh.de [mailto:reps@grass-gmbh.de] 
>>Sent: Tuesday, September 16, 2003 3:17 PM
>>To: Struts-User
>>Subject: <logic:iterate> with changing row colors
>>
>>
>>hello,
>>
>>i use <logic:iterate> and want to change the cgcolor every row.
>>
>>usualy i do something like this thisway:
>>
>>if(currentrow mod 2 == 0)
>>{
>>bgcolor = "color1";
>>}
>>else
>>{
>>bgcolor = "color2";
>>}
>>
>>
>>how would u do this with struts ?
>>i would prefer to do this without any jsp, so far my code is 
>>"struts only"
>>:)
>>
>>any ideas ?
>>
>>Mit freundlichen Grüßen
>>
>>Christian Reps, Dipl. Inf. (FH)
>>Web Applications
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 

-- 
struts 1.1 + tomcat 4.1.27 + java 1.4.2
Linux 2.4.20 RH9


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org