Hi I'm trying to get a calendar custom tag working in my project and am stuck on an issue. Its a pretty simple thing (for starters at least) in jsp2.0. I'm using spring 1.2.6 and jsp2.0 on
java 1.4.2_10 using
tomcat 5.5 (with the java1.4 compatability add ons of course)
Here is my tld file for this:
-----------------------------------------------
Here is my
jsp:
---------------------------------------------------------------
Here is my tag file:
---------------------------------------------
So as far as I can tell this should be working. My guess though is it is having some issue with setting the JspFragment from the attributes. Any help would be greatly appreciated.
Thanks...below you will find my error stacktrace