>>>>> "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]>

Reply via email to