How to call custome URL action from Form action?
I followed this post and created a custom URL application. The action is getting called but the url shows with session id like http://localhost:8080/CustomURL%7Busername%7D.action;jsessionid=9C1FB3EB633209C18625BBB40EA61000 I want simply like http://localhost:8080/CustomURL/rajesh See my Struts.xml <struts> <constant name="struts.mapper.alwaysSelectFullNamespace" value="false" /> <constant name="struts.enable.SlashesInActionNames" value="true" /> <constant name="struts.patternMatcher" value="namedVariable" /> <package name="default" namespace="/" extends="struts-default"> <action name="">