Re: WOCheckBox woes.
Re: WOCheckBox woes.
- Subject: Re: WOCheckBox woes.
- From: Paul Lynch <email@hidden>
- Date: Fri, 21 Jul 2006 20:54:13 +0100
On 21 Jul 2006, at 18:23, Zac Konopa wrote:
I didn't have the form submitted by a submit button, I was using a
WOActiveImage. Initially I was using a submit button, but as the
app evolved the client wanted an image in place of the submit.
Initially I used a custom WO that used javascript to submit the
form. But at some point it was switched to the WOActiveImage. It
seems that the changes in text fields was posting normally but my
check box changes weren't being posted. The problem wasn't noticed
for a while after the change happened though so it was tough to
walk back through the development history to figure it out.
FYI:
WOActiveImage is not the best solution (as you have noticed). It is
intended for use with image maps, and generates an image map wrapper
by a hyperlink (for the 'miss' action); as a result, it will not
submit forms without the standard javascript fix. A better choice
would WOImageButton - this generates an input type=image, which does
submit forms.
It is possible that WOImageButton is what you really used :-).
Paul
_______________________________________________
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