Struts 2 ajax validation unable to find interceptor class jsonValidationWorkflowStack

后端 未结 1 699
天命终不由人
天命终不由人 2021-01-13 16:12

I\'m trying to implement ajax validation in my Struts 2 application. I have included struts2-json-plugin in the build path. Whenever I start the server in Eclipse, I get the

相关标签:
1条回答
  • 2021-01-13 16:59

    You need to extend the "json-default" package.

    The "struts-default" package doesn't know about the "jsonValidationWorkflowStack".

    0 讨论(0)
提交回复
热议问题