newsKopie
<[EMAIL PROTECTED]
rg> Thema
Re: form that edits partially an
In data Tue, 28 Mar 2006 15:16:44 +0200, Kristian Marinkovic ha scritto:
> hi,
>
> you could make your setPID load the DB Object itself and let it store
> in a persistent property. Then you you don't need your pageBeginRender
> method.
Ok but if i use an hidden field in the form to store the PID
hi,
you could make your setPID load the DB Object itself and let it store
in a persistent property. Then you you don't need your pageBeginRender
method.
...
setPID(String id) {
setObject(dao.getObjectById(id))
}
...
regards,
kris