Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Error with DisplayTag in Struts application

puchacz

2007-12-02



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

--
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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.