a small custom tag
i was trying to implement a small custom tag.
it is ADD tag with 2 attributes.operand1,operand2.
i need JspWriter object while implementing tag handler class.
i used it like,
JspWriter out=PageContext.getOut();
Iam getting,
PageContext is an abstact class.
I saw the same thing worked when my sir had explained.but iam unable to do.
iam using tomcat5.0.
iam setting path to both servlet-api.jar,jsp-api.jar
please explain.iam a novice.Expecting i gave sufficient information.

