I am using below code,
which i read in Struts 2 in action.But i am unable to import BasceCntoller class. Can anyone tell me which jar file i am missing?
please help me.Thank you in advance.
Well if you have just started with Struts2, i suggest you to download sample applications from Struts2 home page and run them.
these sample apps comes with required jars which should be there in minimum to run Struts2 application.
Alternatively if you can go ahead with maven i will suggest you to create sample Struts2 application with maven and let maven download and provide you all the dependencies you need to run your sample application