Hello!
I am trying to create a custom tag (tld) and a tag-handler class using NetBeans 5.5.1. The problem is the IDE can't locate (or load) the tag hanler class. I have checked the tld URI, class name and location but still don't know what is the problem. Any help very much appreciated. Below is the detail code for taglib, handler and jsp:
//testLib.tld
//TwoDigitsTag
//index.jsp
To mention, I get a big fat error in this line "<test:TwoDigitsTag num="<%= tempC %>" of index.jsp
</body>
</html>