Re: @Property & user accessor methods

2008-10-21 Thread Joel Halbert
Cunning, thanks. T'is done https://issues.apache.org/jira/browse/TAP5-301 César Lesc wrote: I think you should raise the issue in tap5 not tapestry https://issues.apache.org/jira/browse/TAP5 On Tue, Oct 21, 2008 at 12:33 PM, Joel Halbert <[EMAIL PROTECTED]> wrote: JIRA raised: https://i

Re: @Property & user accessor methods

2008-10-21 Thread César Lesc
I think you should raise the issue in tap5 not tapestry https://issues.apache.org/jira/browse/TAP5 On Tue, Oct 21, 2008 at 12:33 PM, Joel Halbert <[EMAIL PROTECTED]> wrote: > JIRA raised: https://issues.apache.org/jira/browse/TAPESTRY-2713 > > Joel Halbert wrote: >> >> Hi, >> >> Occasionally I

Re: @Property & user accessor methods

2008-10-21 Thread Joel Halbert
JIRA raised: https://issues.apache.org/jira/browse/TAPESTRY-2713 Joel Halbert wrote: Hi, Occasionally I get stung when I declare an @Property on my page and then at some point later I create custom accessor methods for the property - which of course are never invoked since the @Property gen

Re: @Property & user accessor methods

2008-10-21 Thread Thiago H. de Paula Figueiredo
Em Tue, 21 Oct 2008 14:14:35 -0300, Joel Halbert <[EMAIL PROTECTED]> escreveu: If anyone else thinks this might be useful I'll raise a JIRA. Please raise a JIRA, post its URL here and I'll vote for it. :) -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructo

@Property & user accessor methods

2008-10-21 Thread Joel Halbert
Hi, Occasionally I get stung when I declare an @Property on my page and then at some point later I create custom accessor methods for the property - which of course are never invoked since the @Property generated code wipes over them. I realise this is pretty minor, and all of my own doing,