Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Tim Funk
No - you have to explicitly import the classes and/or taglibs. -Tim Gavin, Rick wrote: Hi all, Does anyone know if you can include classes and taglibs in all jsp pages in a webapp by default, instead of having to import and reference them on each page? I didn't see it in the servlet or jsp

Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Jon Wingfield
You can do a static include of a page which has your default imports: %@ include file=/a_load_of_imports.jsp % Tim Funk wrote: No - you have to explicitly import the classes and/or taglibs. -Tim Gavin, Rick wrote: Hi all, Does anyone know if you can include classes and taglibs in all jsp

RE: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Gavin, Rick
Thanks Tim and Jon Rick -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:09 AM To: Tomcat Users List Subject: Re: Possible to have default classes and taglib includes in JSPs? You can do a static include of a page which has your default

Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Craig R. McClanahan
On Wed, 19 Mar 2003, Gavin, Rick wrote: Date: Wed, 19 Mar 2003 07:20:55 -0800 From: Gavin, Rick [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Possible to have default classes and taglib includes in JSPs? Hi all, Does anyone know if you