Amit,

I am not sure if there is any easy way to achieve this. Is there any specific reason you would like achieve this? One way could be provide your own action mapper class by extending DefaultActionMapper and overriding getUriFromActionMapping method to provide your own separator.

-Omkar

Amit Rana wrote:
Hi,

 I have a url for login
<s:url id="loginurlid" namespace="/" action="login" method="input"></s:url>

 This generates a url like http://localhost:8080/myapp/login!input.action

 Is there a way to tell s:url to use _ or / as separator and not !

Thanks,
Amit.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to