• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOFileUpload ANOTHER bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: WOFileUpload ANOTHER bug (From: Hsu <email@hidden>)

  • Prev by Date: Re: WOFileUpload ANOTHER bug
  • Next by Date: Re: VARCHAR > 3000 characters with JTurbo and SQL Server 7 (WO 5.2)
  • Previous by thread: Re: WOFileUpload ANOTHER bug
  • Next by thread: Re: WOFileUpload ANOTHER bug
  • Index(es):
    • Date
    • Thread