i am finding java.lang.ClassNotFoundException: org.apache.struts.taglib.bean.CookieTei.
i have already struts2-core-2.1.8.1.jar, struts2-json-plugin-2.1.8.1.jar on my classpath.
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.
It appears you have some dependencies on struts-1. jarfinder finds this class only in struts-1 libs. Get rid of all struts-1 jars, and place only struts-2 jars in your classpath.