method execute error
Hi all,
I am trying to create a new Struts project, but I couldnt write any action classes. There are 3 errors that are showing up just in 1 action class:
Error 1: The method execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) of type LanguageAction must override or
implement a supertype method.
Error 2: HttpServletResponse cannot be resolved to a type
Error 3: HttpServletRequest cannot be resolved to a type
I tried to reinstall entire eclipse..... but dint work out. I lost my workspace wen i was organizing my workspace folder. I actually created duplicate folders, where in i deleted the original workspace folder thinking of a duplicate one.... (my bad)
Please help me out member.......
Thanks
|