Hi all ,

We are using struts to build a Global website which will be localized in
over 30 languages.
One of our requirement for SEO is to not have any locale field in the URL's
.
In standard approach when we localize a site we have a locale field in the
URL which is then used to identify the correct struts config file.
e.g http://localhost:5555/en_US/home.do or
http://localhost:5555/en_GB/home.do
We have a corresponding mapping in the web.xml as initparam to Action
Servlet
<init-param>
            <param-name>config/en_US</param-name>
            <param-value>/WEB-INF/struts-en_US.xml</param-value>
        </init-param>

We now want to get rid of teh locale field e.g en_US and en_GB in teh URL's
and still use individual struts file for each locale.

Any thoughts on the above ?

Regards 
Yogesh
-- 
View this message in context: 
http://www.nabble.com/Locale-Field--in-Struts-URL%27s-tp16800297p16800297.html
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