Oh, sorry, I didn't realize, you want to cache results between different
OGNL expressions. Different ognl expressions only share the page as common
context. So you'd need sth. like:
Page:
...
public abstract Object getThat();
...
Template:
... xyz="ognl: that=components.table.tableRow.ge
On 31.12.2007, at 09:07, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
Have a look at
http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/varref.html
I actually tried this before:
only outputs "foo" once. Shouldn't it emit this string twice?
I tend to use complex ognl for r
Have a look at
http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/varref.html
I tend to use complex ognl for rapid view development (dynamic reload).
After that, I move complex expressions into Java-code.
> -Original Message-
> From: Kaspar Fischer [mailto:[EMAIL PROTECTED]
> Se