Re: T5 component parameter binding not updated

2007-07-25 Thread Martin Grotzke
On Wed, 2007-07-25 at 09:09 -0700, Howard Lewis Ship wrote: > https://issues.apache.org/jira/browse/TAPESTRY-1667 > > And, yes, it's a bug. Expansions were treated as invariant when they are, > in fact, variant. Wow, very fast in fixing this! Respect :) cheers, Martin > > On 7/25/07, Howard L

Re: T5 component parameter binding not updated

2007-07-25 Thread Martin Grotzke
Hi Howard, thanx a lot for this explanation, again I learned s.th. about T5 :) Indeed, prop:currentPage works, unfortunately my eyes were blind these days to tell me that there's the ${expansions} stuff - or my brain didn't tell my eyes that this is s.th. special ;) Thanx a lot, cheers, Martin

Re: T5 component parameter binding not updated

2007-07-25 Thread Howard Lewis Ship
https://issues.apache.org/jira/browse/TAPESTRY-1667 And, yes, it's a bug. Expansions were treated as invariant when they are, in fact, variant. On 7/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: You've bound the parameter _currentPage to the value obtained from ${currentPage}. Expansio

Re: T5 component parameter binding not updated

2007-07-25 Thread Howard Lewis Ship
You've bound the parameter _currentPage to the value obtained from ${currentPage}. Expansions are always read-only. prop:currentPage is read/write, but ${currentPage} is read-only. The instance variable in the component is always reading or updating the binding. So if you update _currentPage i

RE: T5 component parameter binding not updated

2007-07-20 Thread Martin Grotzke
Anybody out there? What should I check for analysing this issue? Thanx && cheers, Martin On Fri, 2007-07-13 at 18:17 +0200, Martin Grotzke wrote: > I suppose that what I'm expecting is not the way it should work. > > Can I do anything to see what's the reason for this? > > Any help appreciate

RE: T5 component parameter binding not updated

2007-07-13 Thread Martin Grotzke
I suppose that what I'm expecting is not the way it should work. Can I do anything to see what's the reason for this? Any help appreciated, thx, Martin On Thu, 2007-07-12 at 09:43 +0200, Martin Grotzke wrote: > On Thu, 2007-07-12 at 08:45 +0200, Kristian Marinkovic wrote: > > > > hi martin, >

RE: T5 component parameter binding not updated

2007-07-12 Thread Martin Grotzke
On Thu, 2007-07-12 at 08:45 +0200, Kristian Marinkovic wrote: > > hi martin, > > try to set the "cache" attribute of your @Parameter > annotation of your "currentPage" component parameter > to false I tried that, but it didn't solve the issue - same behavior. Debugging showed that _$curren

RE: T5 component parameter binding not updated

2007-07-11 Thread Kristian Marinkovic
hi martin, try to set the "cache" attribute of your @Parameter annotation of your "currentPage" component parameter to false @Parameter(cache=false,...) g, kris Martin Grotzke <[EMAIL PROTECTED]> 11.07.2007 22:20 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema T5