I am trying to precompile my JSPs to check for syntax errors at compile time
rather than runtime. It works fine if the JSP does not contain a taglib,
but with the inclusion of a taglib it fails with the following:
javax.servlet.ServletException: Parse Error in JSP page: The taglib
directive on line 5 is not valid. The tag library descriptor 'jruntags'
could not be found.
The directive looks like this in the page:
<%@ taglib uri="jruntags" prefix="jrun" %>
It's mapped properly in the runtime but fails at compile time. Is there
anyway to work around this?
thanks,
brian
<signature>
<name>brian zimmer</name>
<email>bzimmer <at/> ignitemedia <dot/> com</email>
<voice>773.293.4344</voice>
</signature>
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.