Re: Form update
Re: Form update
- Subject: Re: Form update
- From: Thomas <email@hidden>
- Date: Tue, 20 Feb 2007 17:38:02 +1100
John,
for standard HTML without Javascript, using the standard request-
response loop, the only way for elements in the form to change is for
the form to be submitted and the screen redrawn. If the checkbox-
bound variable is connected to the "disabled" binding on the popup,
the popup will be disabled when you click the submit button and the
page is redrawn.
If you want the popup to be disabled BEFORE the form is submitted,
you'll have to use Javascript.
Unless I've misunderstood your question...
Regards
Thomas
On 20/02/2007, at 16:43, John Shepardson wrote:
Hi, I'm a new member, first post. I know this is an easy question,
but I
can't find the answer elsewhere.
I have a form with a submit button, a checkbox, and a popup list. I
want the
popup list to become disabled if the checkbox is checked.
Everything works
fine, but when the user checks the checkbox, I can't get get the
form to
redraw with the popuplist disabled. I can set the popuplist to
disabled, but
it is not refreshed, so it can still be selected. Thanks for any help,
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40woomeranet.com.au
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Form update (From: John Shepardson <email@hidden>) |