Re: WOFileUpload ANOTHER bug
Re: WOFileUpload ANOTHER bug
- Subject: Re: WOFileUpload ANOTHER bug
- From: Aleksey Novicov <email@hidden>
- Date: Thu, 6 Mar 2003 10:28:38 -0800
Karl,
I saw your post and it and tried it, but it didn't work for me. I has
the WOForm with the WOUpload component nested within a WOGeneric
container and a WOConditional. If I removed the WOConditional component
it worked fine. I'll look at it again to see if I messed up something
with your suggested patch.
Thanks,
Aleksey
On Thursday, March 6, 2003, at 09:09 AM, Hsu wrote:
By the way, I was also stung with the same problem you had with
actions for submit buttons associated with a WOFileUpload not being
called when submitted!
I thought I post a workaround for this?
Override WOApplication.dispatchRequest() as follows:
public WOResponse dispatchRequest(WORequest aRequest) {
if (aRequest != null) aRequest.formValues();
return super.dispatchRequest(aRequest);
}
Karl
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.