Antwort: Re: form that edits partially an object

2006-03-28 Thread Kristian Marinkovic
newsKopie <[EMAIL PROTECTED] rg> Thema Re: form that edits partially an

Re: form that edits partially an object

2006-03-28 Thread marcopar
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

RE: form that edits partially an object

2006-03-28 Thread Kristian Marinkovic
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