uri in taglib jsp while developing witheclipse  
Author Message
odelya





PostPosted: 2007-5-2 20:08:00 Top

java-programmer, uri in taglib jsp while developing witheclipse Hi,
I build a new JAVA project using New->project->java project in
eclipse.
I added a new JSP file and would like to know how do i declare the uri
of the taglib file and where i should locate it, since i don't have in
that project the web.xml file.
for example:
<%@ taglib prefix="cs" uri="myDir/myFile" %>
where should myFile be located? or what's the beginning point that it
starts searching the file?