Any pointers as where to find this "row" taglib?

thx,
tomK

> -----Original Message-----
> From: Tom Lister [mailto:[EMAIL PROTECTED]] 
> Sent: donderdag 6 december 2001 14:11
> To: 'Struts Users Mailing List'
> Subject: RE: Producing alternating background colours in 
> struts in atable
> 
> 
> Hi
> This example uses rowtag within a table interation. I think 
> table may be the
> easiest root but need not be formatted to look at like a 
> table in the GUI.
> This show in light blue and dark blue
> 
> <logic:iterate id="element" name="listForm" property="entries"
> type="com.JJ.forms.EntryForm">
> <row:row oddColor="#99ccff" evenColor="#09c0f0">
>               <td>
> <html:link href="<%= element.getURL()%>" target="viewFrame">
>                               <jsp:getProperty name="element"
> property="URL"/>
> </html:link>
>               </td>
>               <td><jsp:getProperty name="element"
> property="comments"/></td>
>               <td><jsp:getProperty name="element"
> property="dateInput"/></td>
>               <td><jsp:getProperty name="element"
> property="category"/></td>
>               <td><jsp:getProperty name="element"
> property="username"/></td>
>               <td>
> <html:link page="/do/edit" paramId="URL" paramName="element"
> paramProperty="URL">
>               <bean:message key="button.edit" />
>               </html:link>
>               </td>
> </row:row>
> </logic:iterate>
> 
> :-)
> Regards
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
> Advanced Banking Solutions Limited
> +44 (0)20 7448 9146
> º¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤ºº¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤º°'°
> º¤ø,¸¸,ø¤ºº¤ø,
> ¸¸,ø¤º°'°º¤ø,¸¸,
> This email and any attachments are confidential. They may 
> contain privileged
> 
> information or useless trivia and are intended for the named 
> addressee (s)
> only. 
> They must not be distributed without our consent. If you are not the
> intended recipient, 
> please notify us immediately and do not disclose, distribute, 
> or retain this
> email or any
> part of it. Unless expressly stated, opinions in this email 
> are those of the
> 
> individual sender, and not of Advanced Banking Solutions 
> Limited. We believe
> 
> but do not warrant that this e-mail and any attachments are 
> virus free. You
> must
> therefore take full responsibility for virus checking. 
> Advanced Banking
> Solutions
> Limited and its subsidiaries reserve the right to monitor all email
> communications
> through their networks.                 
> º¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤ºº¤ø,¸¸,ø¤º°'°º¤ø,¸¸,ø¤º°'°
> º¤ø,¸¸,ø¤ºº¤ø,
> ¸¸,ø¤º°'°º¤ø,¸¸,
> 
> 
>       -----Original Message-----
>       From:   Alvin Kutttikkat Antony
> [SMTP:[EMAIL PROTECTED]]
>       Sent:   06 December 2001 13:00
>       To:     [EMAIL PROTECTED]
>       Subject:        Re: Producing alternating background colours in
> struts in atable
> 
>       this is very interesting.But is this checking wether 
> the iteration
> bean  is present for an iteration 
> 
>       greets 
>       Alvin
> 
>       alvin kuttikkat antony
>       Internet und Virtuelle Hochshule
>       Directory
>       Universität München
> 
>       Leopoldstr .3
>       80802 München
>       Germany
> 
>       Office Tel + 49.89.21025979
>       Office Fax + 49.89.21025980
> 
> 
>       >>> [EMAIL PROTECTED] 
> 12/06/01 10:06am
> >>>
>       Use RowTag :
> 
>       http://husted.com/struts/resources/rowtag.zip 
> 
>       ----- Original Message -----
>       From: [EMAIL PROTECTED] 
>       Date: Thursday, December 6, 2001 5:55 am
>       Subject: Producing alternating background colours in struts in a
> table
> 
>       > Hi
>       > 
>       > I have a list I am printing out and would like to 
> alternate the 
>       > background colour between each item in the list 
> between light blue
> and 
>       > light grey.  The list is not in a table at the 
> moment, but if this
> is 
>       > the best way to go I can put it in a table.  What is 
> the best way
> to 
>       > acheive this.  The list is currently getting generated in a 
>       > <logic:iterate> tag.
>       > 
>       > Cheers
>       > 
>       > Antony
>       > 
>       > 
>       > --
>       > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
>       > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>       > 
>       > 
> 
> 
>       --
>       To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
>       For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
>       --
>       To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
>       For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to