Thread: JSTL error
View Single Post
  #2 (permalink)  
Old 06-11-2007, 10:36 PM
Daniel Daniel is offline
Member
 
Join Date: Jun 2007
Posts: 92
Daniel is on a distinguished road
RE: JSTL error
I usually use jstl and the sentence that I use is

Code:
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
Inside of the WEB-INF you must have the c.tld file so it works without problem

Daniel
Reply With Quote