Re: T4: bug in expression cache?

2009-10-26 Thread Marc van Kempen
Hi Andreas, I've tried Tapestry 4.1.6, same result :( And my ognl version is 2.7.3. Are you able to reproduce it with the code I sent? Cheers, Marc. On Oct 24, 2009, at 21:03 , Andreas Andreou wrote: Hmm - don't see anything wrong... Are you using the latest ognl ... afaik it's 2.7.3 Also,

Re: T4: bug in expression cache?

2009-10-26 Thread Andreas Andreou
Hi, i had to change parameter name=title default-value=Help Title / to parameter name=title default-value=literal:Help Title / and of course i didn't include the helpballoon+prototype javascript but i got it to run... Problem is i can't reproduce what you're seeing On Mon, Oct 26, 2009 at 10:39

T4: bug in expression cache?

2009-10-24 Thread Marc van Kempen
Hi, I have copied and changed the Dialog component in my project (Tapestry 4.1.5) in order to create a HelpBalloon popup. This gives me the following files that I've added to my project: HelpBalloonDialog.java HelpBalloonDialog.jwc HelpBalloonDialog.script I kept the condition checking

T4: bug in expression cache?

2009-10-24 Thread Marc van Kempen
Hi, I have copied and changed the Dialog component in my project (Tapestry 4.1.5) in order to create a HelpBalloon popup. This gives me the following files that I've added to my project: HelpBalloonDialog.java HelpBalloonDialog.jwc HelpBalloonDialog.script I kept the condition checking

Re: T4: bug in expression cache?

2009-10-24 Thread Andreas Andreou
I can't really see what's going on.. is it possible to include the exception and/or some related code? On Sat, Oct 24, 2009 at 2:44 PM, Marc van Kempen m...@bowtie.nl wrote: Hi, I have copied and changed the Dialog component in my project (Tapestry 4.1.5) in order to create a HelpBalloon

Re: T4: bug in expression cache?

2009-10-24 Thread Marc van Kempen
Hi Andreas, When the application starts, first a page is displayed that contains the HelpBalloonDialog component, hence it's script expression is compiled into the expression cache. Then I open a page that uses the Dialog component, now it seems to retrieve the compiled expression for

Re: T4: bug in expression cache?

2009-10-24 Thread Andreas Andreou
Also, even though i dont remember (and kind find) any such bug report, kind find = can't find :) - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: T4: bug in expression cache?

2009-10-24 Thread Andreas Andreou
Hmm - don't see anything wrong... Are you using the latest ognl ... afaik it's 2.7.3 Also, even though i dont remember (and kind find) any such bug report, how hard is it to try this with 4.1.6 ? On Sat, Oct 24, 2009 at 9:08 PM, Marc van Kempen m...@bowtie.nl wrote: Hi Andreas, When the