This is what I do for my web-page.

It will be multilingual so a cookie (first set when they visit the site)
causes the links to be of the form: <lan>/<page>, so you get uk/home.html,
de/products.html etc.  In actual fact each link is caught by a JSP page
which in turn creates a session bean and then calls a servlet that accesses
a database which serves up the required page in the correct language (or in
my case serves up 404 errors:-)

G.


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

Reply via email to