Need help with struts
I am starting to learn struts and in the JSP page I have to include these 2 taglibs:
<%@taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
<%@taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt_rt"%>
but when I try to run the page I get errors. I think to run the page we need internet connection as this taglibs access internet. I want to know is there any other alternative for this.
pramodkm
|