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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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