File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Custom tags in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Custom tags in JSP" Watch "Custom tags in JSP" New topic
Author

Custom tags in JSP

Rakesh Gadre
Ranch Hand

Joined: Feb 22, 2003
Posts: 47
Can anyone guide me about custom tags in JSP? What is the advantage of using custom tags ? Is it gonna do something that we cannot do using normal JSP?
I've tried a simple code for custom tag , but it is giving errors like : cannot load class file.
Is it necessary to include all the files inside a package ? what is the need of using packages in Custom tags.
I am using TOMCAT 3.2
thanx in advance
sampy jagan
Ranch Hand

Joined: Sep 17, 2002
Posts: 34
Do a bit of Homework & read the following...
http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSPTags.html
All The Best
 
 
subject: Custom tags in JSP
 
Threads others viewed
Ajax Problem : passing html:select element in returnstring
Spring with Custom Tag
Silly question
Custom tags
JSP Custom Tag Vs AJAX JSP tags
IntelliJ Java IDE