RE: Subclass Struts tags to work with JSTL?

2002-07-17 Thread Martin Cooper
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:24 PM To: [EMAIL PROTECTED] Subject: Re: Subclass Struts tags to work with JSTL? Craig == Craig R McClanahan [EMAIL PROTECTED] writes: Craig On 16 Jul 2002, David M

RE: Subclass Struts tags to work with JSTL?

2002-07-17 Thread Tim Moore
From: Martin Cooper [mailto:[EMAIL PROTECTED]] By the way, a good reason to use the name var for the n/p/s attribute is because that is what JSTL uses for the equivalent functionality. Consistency is good! ;-) Well, I'm not sure that it is the equivalent functionality. From the spec: The

Re: Subclass Struts tags to work with JSTL?

2002-07-17 Thread David M. Karr
Tim == Tim Moore [EMAIL PROTECTED] writes: From: Martin Cooper [mailto:[EMAIL PROTECTED]] By the way, a good reason to use the name var for the n/p/s attribute is because that is what JSTL uses for the equivalent functionality. Consistency is good! ;-) Tim Well, I'm

Re: Subclass Struts tags to work with JSTL?

2002-07-17 Thread David M. Karr
Martin == Martin Cooper [EMAIL PROTECTED] writes: Martin Back around the time that Craig suggested the var attribute, I expressed a Martin preference for using parallel RT and EL taglibs: Martin http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg05792.html Martin As

Re: Subclass Struts tags to work with JSTL?

2002-07-17 Thread Craig R. McClanahan
On 17 Jul 2002, David M. Karr wrote: Date: 17 Jul 2002 12:07:09 -0700 From: David M. Karr [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Subclass Struts tags to work with JSTL? Tim == Tim Moore [EMAIL PROTECTED] writes

Re: Subclass Struts tags to work with JSTL?

2002-07-17 Thread David M. Karr
Craig == Craig R McClanahan [EMAIL PROTECTED] writes: Craig If we stay with the dual libraries approach, this all makes sense. Craig One thing we'll want to do *inside* the implementations is maximize the Craig reuse of the actual tag classes, to minimize the effort of keeping the

Re: Subclass Struts tags to work with JSTL?

2002-07-16 Thread Craig R. McClanahan
On 16 Jul 2002, David M. Karr wrote: Date: 16 Jul 2002 19:42:46 -0700 From: David M. Karr [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Subclass Struts tags to work with JSTL? I don't know how much thought has yet gone into how

Re: Subclass Struts tags to work with JSTL?

2002-07-16 Thread David M. Karr
Craig == Craig R McClanahan [EMAIL PROTECTED] writes: Craig On 16 Jul 2002, David M. Karr wrote: I don't know how much thought has yet gone into how Struts and JSTL can work together. I haven't noticed much serious talk about this. If these thoughts are obvious or ignorant,