on the
tomcat console, below warning is coming:
WARNING: No configuration found for the specified action: 'HelloWorld.action' in
namespace: '/'. Form action defaulting to 'action' attribute's literal value.
but my HelloWorld action class is called and return SUCCESS. then opening welcome.jsp page. HelloWorld action class is not getting called from ajax function only.
if ajax is not able to call the action class because of above warning then how could i fix this warning.