Re: How to get i18n messages into velocity decorators ?
Jason Carreira <[email protected]> Fri, 20 May 2005 09:31:18 -0400
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure about with Velocity, but with the WebWork JSP tags this works because they look for the value stack in the request and use that... the <ww:text> tag can then be used in both your main webwork page and the decorator. On 5/20/05, shaym <[email protected]> wrote: > > Hello, > > i finally choosen to implement 2 servlets : > one for classic *.vm templates > the second for velocity decorators *.svm > > i just want to know how to have i18n messages into my velocity decorators > ? > ${action.getText('my.i18n.message')} is not recognized > > Can someone help me please ? > > > Thanks > > --------------------------------------------------------------------- > Posted via Jive Forums > > http://forums.opensymphony.com/thread.jspa?threadID=2408&messageID=6950#6950 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >