Christian, You can't use a tag library from a servlet. If you need to use a tag library you have to use a JSP page. If you need some of the functionality from a tag library from a servlet, you might see if you can locate the source code for the tag library and use that code in your servlet.
Regards, Richard At 12:41 AM 10/7/01 -0700, you wrote: >Hi. > >One normally uses tag libraries with JSP files. > >My question is, how do I (directly) use tag libraries with servlets? > >Thanks, >Chris ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
