Daniel Lydiard wrote:
Let Tapestry handle the getter/setter and use @Persist for the table model.
so
@Persist
public abstract List getProfiles();
public abstract void setProfiles(List profiles);
Then init setProfiles() in your pageBeginRender. Pretty sure you need
to do that for the column model too.
I am sorry but in this message I forgot to specify I cannot use
annotations cause I have to deploy the webapp on a 1.4 VM.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]