Hi,

I'm trying to develop a multilingual Blog (Mainly to Learn more About JSF and 
Seam... and about English Language as well :P). I've created a new Project 
using seam-gen and I've found the following problems about SEO:

1.- When you type http://localhost:8080/myapp it redirects to 
http://localhost:8080/myapp/home.seam .What would be the best way to configure 
the application to, when you type the root name of the application it just 
would execute home.seam (a kind of mapping / -> home.seam) without any redirect?

2.- Everytime you click on "Home" link, it creates a new value for the cid 
parameter. What is that parameter for? What happens if you try to avoid it?

3.- As I said before, I would like my Blog to be multilingual, so the Locale 
code would be in the URL of each page (eg 
http://localhost:8080/myapp/en/seam-seo ) so, the link to change the language 
should not be an action instead of a simple link. How could I do it?

Thank You

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099736#4099736

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099736
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to