*correction: only the _s_etter will be called. And as David has mentioned - this is not true for value-binding, only for component-binding (which I figured you were talking about).
regards, Martin On 11/14/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
Hi Aneesha, component-binding never calls its getter as long as you stay on the same page - only the getter will be called. So if you're doing dynamic stuff in your application, you'll need to do it in the setter (or in an action-method). regards, Martin On 11/14/06, Aneesha Govil <[EMAIL PROTECTED]> wrote: > Hi, > > How is it determined which components need to be reloaded when a component > is submitted or an action is executed? > > I cannot get my JSF page to reload a datatable that uses component binding > on page submit. Does using sub-views affect any behaviour, i.e., only the > subview is refreshed, the other components retain old values? > > Please help! > Thanks, > Aneesha > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

