Re: Getting form client input to persist through zone update

2010-11-02 Thread Thiago H. de Paula Figueiredo
On Tue, 02 Nov 2010 20:33:27 -0200, Rich M wrote: Hi, Hi! so I've had to add some mixins to a form to conditionally handle some form elements based on used input. A user selects a certain select list option, some fields get disabled or enabled as a result type thing. Does all this logi

Getting form client input to persist through zone update

2010-11-02 Thread Rich M
Hi, so I've had to add some mixins to a form to conditionally handle some form elements based on used input. A user selects a certain select list option, some fields get disabled or enabled as a result type thing. The form is actually a BeanEditForm, not just a Form. Anyway, when my mixin re