You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de> on 2006/10/18 12:53:53 UTC

Clay - how to set locale Parameter for f:view in html/xml views?

Is there a way to set the locale of the viewRoot?

In the jsp:

<f:view locale="#{languageBean.currentLanguage}">
...
</f:view>

does the job.

But where to do this in clay html/xml views?

Torsten