Hi,
I'm using a bean(SpellCheck)in my
JSP(SpellPro.jsp). I've kept the bean class in the '
servlets' direstory and jsp in the 'web' directory of my web application direstory. In the JSP I've written Class = "SpellCheck"
It is giving a error
unhandeled error:
"com.sun.jspException unable to compile Class for JSP"
Can anybody help me with how where should I put the bean class, paths etc. There's no problem with the code here as I was practicing the code from a book
Thanks
Neha