RE: Eclipse question about using taglibs in

2003-10-22 Thread James Mitchell
You might want to start with this first: http://java.sun.com/products/jsp/tutorial/TagLibrariesTOC.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: David Friedman [mailto:[EMAIL

RE: Eclipse question about using taglibs in

2003-10-22 Thread David Friedman
, October 23, 2003 1:47 AM To: 'Struts Users Mailing List' Subject: RE: Eclipse question about using taglibs in You might want to start with this first: http://java.sun.com/products/jsp/tutorial/TagLibrariesTOC.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts

Re: Eclipse question about using taglibs in

2003-10-22 Thread Richard Yee
David, I don't think you will be able to do that. The tag expects to be inside a JSP. It might be possible to do it from within a servlet filter too. I think it will be difficult to do it from within the action class. -Richard At 01:42 AM 10/23/2003 -0400, you wrote: In order to get the