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
You need to extend the "json-default" package.
"json-default"
The "struts-default" package doesn't know about the "jsonValidationWorkflowStack".
"struts-default"
"jsonValidationWorkflowStack"