Hi,
I'm developing a jsp custom tag library for a DHTML calendar. The DHTML Calendar is a third party component and has its own stylesheet's and javascript files.
For displaying the calendar correctly with my custom tag, I've to include the javascript and stylesheets files.
I want to integrate the complete component into my custom tag such that all the necessary javascript and stylesheet files should be automatically included just by writing the custom tag code.for e.g.
<jit:calendar name="cal1"/>
By just using the above code in a jsp file I want to include all the stylesheet's and js files.
Please give me some guidelines about how to do this.