Re: A Strange Error with My Own Tag

2008-11-18 Thread KE LI
For further information: The Eclipse said: "The type javax.servlet.jsp.tagext.BodyTagSupport cannot be resolved. It is indirectly referenced from required .class files" 2008/11/18 KE LI <[EMAIL PROTECTED]> > Guys, I am writing my own tag as: > public class PageTag extends ComponentTagSupport >

Re: A Strange Error with My Own Tag

2008-11-18 Thread KE LI
Got it.Thanks a lot! 2008/11/18 Lukasz Lenart <[EMAIL PROTECTED]> > You are missing reference to javaee.jar library and it's not related > to Struts project > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsub

Re: A Strange Error with My Own Tag

2008-11-18 Thread Lukasz Lenart
You are missing reference to javaee.jar library and it's not related to Struts project Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]