RE: Tag support for:

2001-07-30 Thread Shawn Bayern
On Tue, 31 Jul 2001, Kevin Duffey wrote: > Is there any provision in the JSPTL to provide this ability to add > javascript handlers (and not just a single one) to each tag? JSPTL isn't currently focusing on graphical elements (such as JSP tags that produce HTML tags); that has become more the pr

RE: Tag support for:

2001-07-30 Thread Kevin Duffey
; -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 8:50 AM > To: [EMAIL PROTECTED] > Subject: Re: Tag support for: > > > "Casazza, Robert" wrote: > > [2] What general ways are there to populate tables >

Re: Tag support for:

2001-07-25 Thread Ted Husted
"Casazza, Robert" wrote: > [2] What general ways are there to populate tables > with exactly X columns? You can either limit the collection you send to the JSP in the first place (if you are using a model 2 design), or use the Struts iterate tag, which has offset and count properties. Yo

RE: Tag support for:

2001-07-25 Thread Mark Shead
I don't know the answers to all your questions, but if you look at the DBtags they have a way to request a set of rows and loop over them until they are all printed. For example: select r.*, case when (select 1 from req_approvals ra where

Re: Tag support for:

2001-07-24 Thread Shawn Bayern
On Tue, 24 Jul 2001, Casazza, Robert wrote: > Maybe this is more related to Struts but I'm curious as to whether > Jakarta Tags allow: > > [1] looping, in particular to be able to dynamically > populate a table based on a collection of > objects with attributes The JSPTL will suppor