Re: Selecting a jsp according to locale

2008-05-14 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/5/13 Dimitris Mouchritsas <[EMAIL PROTECTED]>: Hi all, I want to show a system requirements page according to the web page's locale. Can I use the tiles-defs.xml to do it or I need to write code in a jsp? You can use the Tiles-included locale support. You

Re: Selecting a jsp according to locale

2008-05-14 Thread Antonio Petrelli
2008/5/13 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Hi all, > I want to show a system requirements page according to the web page's > locale. > Can I use the tiles-defs.xml to do it or I need to write code in a jsp? You can use the Tiles-included locale support. You need simply to add the loca

Re: Selecting a jsp according to locale

2008-05-14 Thread Dimitris Mouchritsas
Laurie Harper wrote: Dimitris Mouchritsas wrote: Hi all, I want to show a system requirements page according to the web page's locale. Can I use the tiles-defs.xml to do it or I need to write code in a jsp? Thanks I'm not sure what you want to achieve. If you just want to localize the page,

Re: Selecting a jsp according to locale

2008-05-13 Thread Laurie Harper
Dimitris Mouchritsas wrote: Hi all, I want to show a system requirements page according to the web page's locale. Can I use the tiles-defs.xml to do it or I need to write code in a jsp? Thanks I'm not sure what you want to achieve. If you just want to localize the page, you can do so using t

Selecting a jsp according to locale

2008-05-13 Thread Dimitris Mouchritsas
Hi all, I want to show a system requirements page according to the web page's locale. Can I use the tiles-defs.xml to do it or I need to write code in a jsp? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com