When I attempt to compile your class, it generates 16 errors. The primary cause is the 2 imports: Import javax.servlet.jsp.*; Import javax.servlet.jsp.tagtext.*;
I downloaded the javax classes from Sun, but I don't know how to use them.
Also, the .jsp and .jsp.tagtext are not part of the javax servlet classes.