JSP newbie question
The web application I'm working on is accessed exclusively from the local network, so it should not depend on the connection to the internet... Right now it's only using servlets and the very basic JSP...
I'm looking at some taglib examples... My understanding is that in odrer to use the JSTL in your JSP page you have specify a link to its location on java.sun.com site. Does that mean that the JSP container (Tomcat in my case) has to access java.sun.com at least once?
I'm looking at some taglib examples... My understanding is that in odrer to use the JSTL in your JSP page you have specify a link to its location on java.sun.com site. Does that mean that the JSP container (Tomcat in my case) has to access java.sun.com at least once?
