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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to