When running my struts 2 application I'm getting a warning (under both JBoss an GF as's)
No configuration found for the specified action: 'login.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
Everything renders fine, I just get this warning and would like to get rid of it...
My package definition is this:
and the jsp reference is like this:
As noted, the application runs fine, but is spitting out this warning message that seems too serious sounding to simply ignore.
Any help on this? I've attempted to rename the action in the jsp to simply "login" and adding a "namespace" specifier in the form definition to "/", but neither has had any effect.