WebWork + SiteMesh using FreeMarker - available variables in decorators
Vítor Souza <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <30362338.1112806900330.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Hi, As stated in the subject, I'm developing a web application with WebWork (2.1.7) and SiteMesh (2.2.1), using FreeMarker (2.3.2) for the views in WebWork and decorators in SiteMesh. I want to fetch the current Locale to use in my web pages and decorators. For the web pages, I just do <#assign locale = Locale.getDefault() /> and it works fine. But that doesn't work in the SiteMesh decorators. I'm guessing that WebWork is responsible for the sucess of that directive, since when SiteMesh runs WebWork is no more in control of the request. Does anyone have a suggestion on to how to extract the locale when inside a SiteMesh decorator? Thanks, Vítor Souza --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=1355&messageID=4184#4184 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]