On 10/17/06 4:19 AM, "Philip Luppens" <[EMAIL PROTECTED]>
wrote:
 
> I wouldn't go that far - the author (if it's indeed a one-man-show, couldn't
> find it) is quite persistent (it's been around for more than 2 years). It's
> not tied to the servlet api afaik (see the faq), and the lack of
> headers/expression language is not thát important. Patrick was only
> suggesting this for the WW tags, not as an additional Result (but it would be
> trivial to add this). That's why I'm only really interested in the
> performance, since that's where it would matter.

Non-developer here.

I have done a lot of work with the existing Freemarker templates to add
functionality to the tags. (Enabling multi-column table layouts without
having to do any HTML markup at all. Thanks!) My functionality relies on the
following construct in Freemarker:

${stack.setValue('#qTableLayout.currentColumnCount', columnCount)}

So, as long as the new template language would allow the equivalent I'd be
happy. I will say that figuring this out as a new Struts user took a long
time. I believe someone from this list finally clued me into it. (Thanks)
 
> But like I said on the Jira; if you copy the templates to your webapp root,
> Freemarker can fully use its cache. Works like a charm, but it's too bad it's
> not an 'out of the box' solution.

So, if I copy them to my webapp root, and then upgrade Struts versions I'll
need to manually update them?

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to