Re: WOConditional and WOCheckbox Display Problems

2005-12-13 Thread Ken Anderson
No, because then your updated page would not reflect the flags and state the way you want it. On Dec 13, 2005, at 1:57 PM, Alex Finkel wrote: Shouldn't that be a post-processing? After the call to super.appendToResponse. On 12/13/05, Ken Anderson <[EMAIL PROTECTED]> wrote: You can't cha

Re: WOConditional and WOCheckbox Display Problems

2005-12-13 Thread Alex Finkel
Shouldn't that be a post-processing? After the call to super.appendToResponse. On 12/13/05, Ken Anderson <[EMAIL PROTECTED]> wrote: > You can't change the structure of the page until WO has completely > parsed the post. What I usually do is hold any changes that could > change the structure of

Re: WOConditional and WOCheckbox Display Problems

2005-12-13 Thread Ken Anderson
You can't change the structure of the page until WO has completely parsed the post. What I usually do is hold any changes that could change the structure of the page until appendToResponse, and do something like: public void appendToResponse(WOResponse aResponse, WOContext aContext) {

Re: WOConditional and WOCheckbox Display Problems

2005-12-13 Thread Wolfram Stebel
Am 13.12.2005 15:48 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>: > > Hi All - > > I have a form that contains a wopopup that uses on change to submit the > form. The form is refreshed and depending on the value of the wopopoup, > some wocheckboxes (wrapped in a woconditional) are

WOConditional and WOCheckbox Display Problems

2005-12-13 Thread csengbusch
Hi All - I have a form that contains a wopopup that uses on change to submit the form. The form is refreshed and depending on the value of the wopopoup, some wocheckboxes (wrapped in a woconditional) are displayed. Example: If 'number' is selected in the wopopup, a Is Zero Filled? checkbox is d