Author
taglib Directive
James Mark
Ranch Hand
Joined: Jul 05, 2007
Posts: 115
posted Dec 18, 2007 03:55:00
0
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> giving me Error in the NetBeans IDE.please help. Showing some Red colour and application failure occuring. What should I do? Please help thanks in Advance.
SCJP1.4(96%) SCWCD1.4(92%)
James Mark
Ranch Hand
Joined: Jul 05, 2007
Posts: 115
posted Dec 18, 2007 03:58:00
0
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> is creating the problem.Showing the Red Color in NetBeans Sorry for the text not displaying
James Mark
Ranch Hand
Joined: Jul 05, 2007
Posts: 115
posted Dec 18, 2007 03:59:00
0
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Please help
James Mark
Ranch Hand
Joined: Jul 05, 2007
Posts: 115
posted Dec 18, 2007 04:01:00
0
prefix="c" uri="http://java.sun.com/jsp/jstl/core"
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
posted Dec 18, 2007 09:02:00
0
Closing this duplicate post.
subject: taglib Directive