Re: Determining odd-even table rows

2001-05-13 Thread Bill Pfeiffer
are a hundred more question like this, but its getting past my bedtime. Let me know what you think, Bill Pfeiffer - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 2:39 PM Subject: Re: Determining odd-even

RE: FW: Determining odd-even table rows

2001-05-13 Thread Niall Pemberton
Fine by me. Great job on the web site by the way. Niall > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: 13 May 2001 11:48 > To: [EMAIL PROTECTED] > Subject: Re: FW: Determining odd-even table rows > > > Cool. I've made it availa

Re: Determining odd-even table rows

2001-05-13 Thread Ted Husted
That sounds cool, Bill. I'm making extensive use of RowSets now myself. Right now, I pump the RowSet into a bean or collection of beans and pass that to iterate or a form. I use a custom constructor for the bean with a parameter for each property so that I can pass everything once. On the 1.1

Re: Determining odd-even table rows

2001-05-13 Thread Bill Pfeiffer
27;ve done, but it is far from ready for prime time. Let me know, Bill - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 12:00 PM Subject: Re: Determining odd-even table rows > I'd be extremely inte

Re: Determining odd-even table rows

2001-05-13 Thread Ted Husted
I'd be extremely interested in a tag that rolls through a RowSet. The Jakarta DBTags work directly with result sets. I'm not aware of any support for RowSets there. So, you may want to start by contributing it there, perhaps as an addition to the existing DBTags library. Meanwhile, providing di

Re: Determining odd-even table rows

2001-05-13 Thread Bill Pfeiffer
uot;Niall Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 6:02 PM Subject: RE: Determining odd-even table rows > I have a RowTag that does this, it generates elements and you can > specify either oddColor/evenColor attributes to generate bgcolo

Re: FW: Determining odd-even table rows

2001-05-13 Thread Ted Husted
Cool. I've made it available for download on my Struts page, if that's all right. < http://husted.com/about/struts/ > Niall Pemberton wrote: > OK, its attached.

FW: Determining odd-even table rows

2001-05-12 Thread Niall Pemberton
To: [EMAIL PROTECTED] Subject: RE: Determining odd-even table rows > I have a RowTag that does this, ... > I'll send it if you're interested. I'm interested too! Please email or post to the mailing list. Thanks - this was going to be one of my weekend projects and I'm

Re: Determining odd-even table rows

2001-05-12 Thread Ted Husted
Many people like the pager tag at jsptags.com. < http://jsptags.com/tags/navigation/pager/ > For more on alternating colors, see < http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/36/topic_id/207/question_id/821 > though most of t

RE: Determining odd-even table rows

2001-05-11 Thread Niall Pemberton
: . . You can either specify both odd and even or just one of them. I'll send it if you're interested. Niall > -Original Message- > From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]] > Sent: 11 May 2001 20:08 > To: Struts-User > Subject: Determ

Determining odd-even table rows

2001-05-11 Thread Bill Pfeiffer
I'm trying to figure out how to do a green-bar effect (different backround colors for every other row of a table) with struts/jsp. I am using a tagified javax.sql.Rowset. I can iterate through the rowset via my tags (reworked jakarta DBTags). The problem, more of a mental block, is how do I alt