Force Rerender a picklist

Hi,

Is there a way we can rerender a filed when other field was changed? we have a pickist that dependent on multiple fields, We can set the renderer to snippet but the issue is the snippet is not not triggered to execute when the field it is dependent to is changed.

Hey Rino,

You can try the following.

  1. Clone your model containing field to be changed, so that it contains the original value.

  2. Add field you want to render on table/form and make a condition that the changed field of this model IS NOT EQUAL to value of model u cloned

It should then render

Hope it helps