Re: Inherited properties

2009-04-07 Thread Howard Lewis Ship
Saying something "doesn't work" is rarely enough information; "doesn't work" can be anything from a strack trace, to a blank screen, to invalid data showing up, to other things I can't even name. On Tue, Apr 7, 2009 at 7:12 AM, Thiago H. de Paula Figueiredo wrote: > On Tue, Apr 7, 2009 at 10:40 A

Re: Inherited properties

2009-04-07 Thread Thiago H. de Paula Figueiredo
On Tue, Apr 7, 2009 at 10:40 AM, Peter Stavrinides wrote: > Yes, something stupid in the end! it was there all along hidden by my CSS, > sorry for wasting your time Thiago. :) -- Thiago - To unsubscribe, e-mail: users-unsubsc

Re: Inherited properties

2009-04-07 Thread Peter Stavrinides
Bucharest, Istanbul Subject: Re: Inherited properties > That's really strange. Tapestry CRUD has some classes that are meant > to be subclassed, have a generic field and it works. You are probably right, then it can't possible be the case... let me check it some more and I will l

Re: Inherited properties

2009-04-07 Thread Peter Stavrinides
ot;Thiago H. de Paula Figueiredo" To: "Tapestry users" Sent: Tuesday, 7 April, 2009 15:22:18 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Inherited properties On Tue, Apr 7, 2009 at 9:17 AM, Peter Stavrinides wrote: > Oh and @Persist proper doesn't make

Re: Inherited properties

2009-04-07 Thread Thiago H. de Paula Figueiredo
On Tue, Apr 7, 2009 at 9:17 AM, Peter Stavrinides wrote: > Oh and @Persist proper doesn't make a difference either. That's really strange. Tapestry CRUD has some classes that are meant to be subclassed, have a generic field and it works. Something like: abstract class BaseEditPage { private

Re: Inherited properties

2009-04-07 Thread Peter Stavrinides
rtant additional terms relating to this e-mail. - Original Message - From: "Peter Stavrinides" To: "Tapestry users" Sent: Tuesday, 7 April, 2009 15:12:10 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Inherited properties this is what I am doing..

Re: Inherited properties

2009-04-07 Thread Peter Stavrinides
iredo" To: "Tapestry users" Sent: Tuesday, 7 April, 2009 14:17:55 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Inherited properties On Tue, Apr 7, 2009 at 7:24 AM, Peter Stavrinides wrote: > Well thats what I thought, but thats not working for me... not sure if

Re: Inherited properties

2009-04-07 Thread Thiago H. de Paula Figueiredo
On Tue, Apr 7, 2009 at 7:24 AM, Peter Stavrinides wrote: > Well thats what I thought, but thats not working for me... not sure if I am > doing something stupid or what. Is that property public? Is it annotated with @Property? Or has it a getter and a setter? -- Thiago

Re: Inherited properties

2009-04-07 Thread Peter Stavrinides
Well thats what I thought, but thats not working for me... not sure if I am doing something stupid or what. - Original Message - From: "DH" To: "Tapestry users" Sent: Tuesday, 7 April, 2009 12:53:45 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Inhe

Re: Inherited properties

2009-04-07 Thread DH
It is possible, just think displayMessage is a property of B like in java world, and can use ${displayMessage} and others to reference it. Thanks, DH - Original Message - From: "Peter Stavrinides" To: "Tapestry Mailing List" Sent: Tuesday, April 07, 2009 3:55 PM Subject: Inherited pr