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 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 
>> 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 spec.
>>
>> Thanks for the help,
>> Rick
>>  
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to