Error with DisplayTag in Struts application 2007-12-02 - By Martin Gainty
Back can we see the implementation in your jsp example located here at Martin-- -- -- Original Message -- -- From: "puchacz" <zmychu@(protected)> To: <user@(protected)> Sent: Sunday, December 02, 2007 7:09 AM Subject: Error with DisplayTag in Struts application
> > Hi > I am using DisplayTag in my Struts web application. Could You tell me please > why a got such error in my class coled "Wraper" and how I can repair it ? I > write my code in Ecplise 3.2.0. > > Error: > > The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly > referenced from > required .class files > > > The code of class : > > package bus; > > import org.displaytag.decorator.TableDecorator; > > public class Wrapper extends TableDecorator > { > > static public int i=0; > public Wrapper() > { > super(); > } > ... > } > > Thnx for help > Martin > > -- > View this message in context: http://www.nabble.com/Error-with-DisplayTag-in-Struts-application-tf4931462. html#a14114888 > Sent from the Struts - User mailing list archive at Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|