i'm not sure but after some debugging i assume the property of the hidden
field
is set after pageBeginRender. so you should use another page event.

am i right?




                                                                           
             marcopar                                                      
             <[EMAIL PROTECTED]                                             
             om>                                                        An 
             Gesendet von:              tapestry-user@jakarta.apache.org   
             news                                                    Kopie 
             <[EMAIL PROTECTED]                                             
             rg>                                                     Thema 
                                        Re: form that edits partially an   
                                        object                             
             28.03.2006 15:22                                              
                                                                           
                                                                           
              Bitte antworten                                              
                    an                                                     
             "Tapestry users"                                              
             <[EMAIL PROTECTED]                                             
             karta.apache.org>                                             
                                                                           
                                                                           




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 property,
setPID is called along with other set calls originated by the form. In
order to work it has to be called before all the "set" calls generated by
the form. How can i be sure it will happen?


---------------------------------------------------------------------
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]

Reply via email to