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
ps. Mark -Original Message- From: Casazza, Robert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12:48 PM To: '[EMAIL PROTECTED]' Subject: Tag support for: Maybe this is more related to Struts but I'm curious as to whether Jakarta Tags allow: [1] looping, in p

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

Tag support for:

2001-07-24 Thread Casazza, Robert
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 [2] What general ways are there to populate tables with exactly X