Re: OGNL Methode called several times

2007-11-06 Thread Aaron Kaminsky
Hi all, I am using the released 4.1.3 jar and I am seeing the same behavior. Does anyone know if this is supposed to be fixed, or if there is a way to turn it off or work around it? Thanks, Aaron Kaminsky Gusti Benawi wrote: Thanks for the info. Could you tell me if there is anything I ca

Re: OGNL Methode called several times

2007-09-21 Thread Gusti Benawi
Thanks for the info. Could you tell me if there is anything I can do to temporary fix this until it is removed in a newer release? Thanks in advanced, Gusti Benawi Andreas Andreou wrote: No, it's ognl related - perhaps measuring performance or something like that... Jesse knows ;) On 9/20

Re: OGNL Methode called several times

2007-09-20 Thread Andreas Andreou
No, it's ognl related - perhaps measuring performance or something like that... Jesse knows ;) On 9/20/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: > > May be it's due to different phases inside rendering cycle? > > On 20/09/2007, andyhot <[EMAIL PROTECTED]> wrote: > > Indeed, the first invocati

Re: OGNL Methode called several times

2007-09-20 Thread Renat Zubairov
May be it's due to different phases inside rendering cycle? On 20/09/2007, andyhot <[EMAIL PROTECTED]> wrote: > Indeed, the first invocation of an ognl expression is currently happening > 3 times. > > I remember this is done on purpose, but i dont remember why. We'll > eventually remove this. > >

Re: OGNL Methode called several times

2007-09-20 Thread andyhot
Indeed, the first invocation of an ognl expression is currently happening 3 times. I remember this is done on purpose, but i dont remember why. We'll eventually remove this. Gusti Benawi wrote: Hello, If i define a method, which is not abstract and call this via ognl, then somehow the whole si

OGNL Methode called several times

2007-09-20 Thread Gusti Benawi
Hello, If i define a method, which is not abstract and call this via ognl, then somehow the whole site will be loaded several times (3-4 times). Is this a known issue? how to fix this? below is my simple test .html .page http://jakarta.apache.org/tapestry/dtd/Tapestry_4_1.dtd";>