The following line works with Tomcat (inside of Jetspeed) but I tried to import it into Weblogic and it did not work.
The prefix is jsp right? But I never did a declaration like this... <%@ taglib uri="jsptags.tld" prefix="jsp" %> And it still worked. I wouldn't know what to put if I had to do a declaration.
Roy Ben Ami
Ranch Hand
Joined: Jan 13, 2002
Posts: 732
posted
0
the jsp tag is standard. u dont need to declare it. for additional tags u need to declare them. <jsp:useBean and <jsp:incluse etc are all valid without the @taglib directive.