Hi, I am trying to setup my struts2 login form for spring security.. I have to specify action as* "/j_security_check"* but struts2 is appending .action with the action value and eventually my action is becoming * "/j_security_check.action"* and that is not I want.
How can prevent struts2 to append *[.action]* with action value for this particular case? Thanks Raghu