On Tue, Apr 7, 2009 at 9:17 AM, Peter Stavrinides
<p.stavrini...@albourne.com> 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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to