Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Urgent !!! Custom Tags and DHTML

843836May 10 2005 — edited May 10 2005
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2005
Added on May 10 2005
2 comments
128 views