You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by kapils <ka...@iap-online.com> on 2007/04/06 09:45:40 UTC

Appending url to every jsp

I am using struts

My Jsp has action like

<form action="/LoginAction.do"

and also it contains certain

href ="/SomeAction.do"

I want to append the URL e.g When we click submit it should appear as

http://host.com/en/Loginaction.do
instead of
http://host.com/Loginaction.do

Same way in href also


Or simply I want to say that I would like to append

en to every URL

Like

http://localhost/Loginaction.do

should change to

http://localhost/en/Loginaction.do


-- 
View this message in context: http://www.nabble.com/Appending-url-to-every-jsp-tf3535617.html#a9868978
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org