I'm not sure I see the problem here.  The taglibs.jsp file is a valid jsp 
file so it will compile.  My IDE doesn't compile jsps anyway, the container 
does.  What am I missing?

Dave


>From: [EMAIL PROTECTED] (David M. Karr)
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: cvs commit: jakarta-struts/doc/userGuide struts-bean.xml 
>struts-html.xml struts-logic.xml struts-nested.xml struts-template.xml 
>(fwd)
>Date: 12 Oct 2002 16:57:31 -0700
>
> >>>>> "David" == David Graham <[EMAIL PROTECTED]> writes:
>
>     David> A tip to avoid changing the uri in many files:  Define a file 
>called
>     David> taglibs.jsp and put your <%@ taglib %> declarations in there.  
>Then include
>     David> taglibs.jsp in the rest of your jsps like this:
>
>     David> <%@ include file="taglibs.jsp" %>
>
>     David> This has made my life a whole lot easier because I don't have 
>to worry about
>     David> changing uris or putting a whole bunch of taglib declarations 
>in every jsp.
>
>If you use that pattern, you probably want to consider changing your extent 
>to
>".jspf".  Some IDEs aggressively compile all ".jsp" files, but files which 
>are
>specifically included by an include directive often will not compile as a
>standalone JSP file.
>
>--
>===================================================================
>David M. Karr          ; Java/J2EE/XML/Unix/C++
>[EMAIL PROTECTED]
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to