Re: Using ww url tag in freemarker template fails
tm_jee <[email protected]> Thu, 21 Dec 2006 19:12:13 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <14910506.1166749964135.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi Sameera,
You'll need to add that to the model, eg.
[code]
root.put("ww", new WebWorkModels(stack, request, response));
[/code]
assuming root is Map like, such that
[code]
@ww.
[/code]
will work.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=54749&messageID=109598#109598