Search code examples
javastruts2

Cant resolve the ActionSupport class in struts 2.3.4 which package and jar?


I am trying to run the example but eclipse cant seem to resolve the ActionSupport class. Could anyone tell me which package and jar should I import ?


Solution

  • The full path is

    com.opensymphony.xwork2.ActionSupport
    

    Make sure you have the correct packages installed.