Pardon if this is elementary but I would appreciate some help getting the correct file structure for the custom tag development. Right now my
JSP setup has:
/JSP root web app (putting my jsp's in here)
/JSP/WEB-INF/classes (putting my beans and
servlets in here)
I tried the Sun tutorial and the Jakarta tutorial and also looked at the examples included with
Tomcat under webapps but have not succeeded correctly placing the taglib, web.xml, and the tag handler class file. Currently have the my calling jsp in /JSP, web.xml and the taglib in /WEB-INF and my tag handler class in /classes.
Any guidance or referal to clear documentation?
Thanks,
hob