Yes, something stupid in the end! it was there all along hidden by my CSS, sorry for wasting your time Thiago.
cheers, Peter ----- Original Message ----- From: "Peter Stavrinides" <[email protected]> To: "Tapestry users" <[email protected]> Sent: Tuesday, 7 April, 2009 16:28:15 GMT +02:00 Athens, Beirut, 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 let you know. ----- Original Message ----- From: "Thiago H. de Paula Figueiredo" <[email protected]> To: "Tapestry users" <[email protected]> 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 <[email protected]> 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<T,. ID> { private T object; public T getObject() { return object; } public void setObject(T object) { this.object = object; } } Maybe you're hit a Tapestry bug. Could you post more code here? -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
