Jon Baer wrote:
>
> Hi,
>
> Asked this question before and didn't get a response so Im gonna try to rephrase.
> In JRun there is an option to create "Taglets" where servlet code could be
> implemented by a simple tag, ie:
>
> <jonbaer id="1" smtp="mail.server.com" user="jon" pass="1234">
> Some Text
> </jonbaer>
>
> Is there a way to implement tags such as this in JSP? Im looking for documentation
> on how to accomplish this. (Creating my own tag library). Im also interested on
> how a servlet can get the "Some Text" portion that is between the tags.
Yes, see the JSP 1.1 specification: <http://java.sun.com/products/jsp/>.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets