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
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
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) {
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
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