oceatoon wrote:
Leszek Gawron wrote:
This might be more complete:
This is my use case:

I call /home/europe?locale=fr
where url is a xml file containing jx code processed by <map:match pattern="home/*">
<map:act type="locale">
<map:generate type="jx" src="public/home_jx.xml" label="display">
<map:parameter name="language" value="{language}"/>
<map:parameter name="country" value="{../1}"/>
</map:generate>
<map:call resource="xslt_i18n_xhtml"/>
</map:act>
</map:match>


and in my home_jx.xml I have ${cocoon.request.locale} that comes out
empty ??


please try ${request.locale} and it should work.

--
Leszek Gawron                                      [EMAIL PROTECTED]
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to