Modal Window onSubmit prevent closing

2008-04-10 Thread Cristi Manole
Hello, Is it possible to prevent the modal window from closing after regular onSubmit? My use case is that I have a modal window with a form where the user can upload a picture. The submit is not Ajax because (i think) the form could then not be multi-part. Being stuck with a regular onSubmit, i

Re: Modal Window onSubmit prevent closing

2008-04-10 Thread Matej Knopp
You can use regular submit button only if you have a modal window with page. If you have modal window with panel you are bound to using ajaxbutton. -Matej On Thu, Apr 10, 2008 at 5:21 PM, Cristi Manole [EMAIL PROTECTED] wrote: Hello, Is it possible to prevent the modal window from closing

Re: Modal Window onSubmit prevent closing

2008-04-10 Thread Cristi Manole
thank you for your quick response. yes, i'm using it with panel. there's no other way to achieve what i'm looking for? Can I use ajax and keep the form multi-part? Can I get the file name without the regular submit? Tks, Cristi Manole On Thu, Apr 10, 2008 at 6:39 PM, Matej Knopp [EMAIL