Re: Why does s:file break an ajax form?

2009-02-19 Thread Richard Sayre
I have encountered the same problem. While I have not fixed it with Ajax yet, the reason it does not work is because you can not submit a file through Ajax. You need to use an iFrame to submit file uploads. On Tue, Feb 17, 2009 at 7:14 PM, Jon Wilmoth jonwilm...@yahoo.com wrote: I'm curious to

Why does s:file break an ajax form?

2009-02-17 Thread Jon Wilmoth
I'm curious to know why the s:file tag breaks an 2.1.6 ajax form resulting in a javascript error 'message' is null or not an object in IE6 (target div isn't updated).  The form, which contains some input tags and a s:file tag, works when the standard s:submit tag is used, but doesn't work with