Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-10 Thread David Graham
Mailing List [EMAIL PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Date: Wed, 9 Oct 2002 20:56:35 -0700 (PDT) On Wed, 9 Oct 2002, David Graham wrote: Date: Wed, 09 Oct 2002 18:27:02 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, David Graham wrote: Date: Thu, 10 Oct 2002 07:48:58 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Would it hurt for struts to follow

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-10 Thread Kris Schneider
PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Would it hurt for struts to follow the 2.3 .jar layout? People using 2.3 could benefit from reduced deployment hassles while others could continue using the old way. Do you mean the META-INF/tlds directory? That depends

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Kris Schneider wrote: Date: Thu, 10 Oct 2002 12:39:08 -0400 From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Doesn't

[OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread David Graham
I read somewhere that you should use http://java.sun.com/jstl/core for the taglib uri in your web.xml file for the JSTL libraries (as opposed to something you make up like jstl-core). The author stated that using that full uri would allow a container to optimize those tags like you mentioned.

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread Craig R. McClanahan
On Wed, 9 Oct 2002, David Graham wrote: Date: Wed, 09 Oct 2002 13:54:32 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [OT] Re: Avoid Heavy Use of Logic Tags ??? I read somewhere that you should use http

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread David Graham
Users Mailing List [EMAIL PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Date: Wed, 9 Oct 2002 15:02:00 -0700 (PDT) On Wed, 9 Oct 2002, David Graham wrote: Date: Wed, 09 Oct 2002 13:54:32 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread Kris Schneider
Sure, as in: %@ taglib prefix=bean uri=http://jakarta.apache.org/struts/tags-bean-1.0.2; % %@ taglib prefix=html uri=http://jakarta.apache.org/struts/tags-html-1.0.2; % David Graham wrote: Thanks for the info Craig. I didn't know you didn't have to list them in the web.xml file and put the

Re: [OT] Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread Craig R. McClanahan
On Wed, 9 Oct 2002, David Graham wrote: Date: Wed, 09 Oct 2002 18:27:02 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [OT] Re: Avoid Heavy Use of Logic Tags ??? Thanks for the info Craig. I didn't