Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-07 Thread Igor Vaynberg
. I got uploadify working in a componentized form. Works like a charm for now. Bas - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-07 Thread Bas Gooren
Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget tada, all done in trunk -igor On Wed, Aug 5, 2009 at 8:23 PM, Igor Vaynbergigor.vaynb...@gmail.com wrote: yes, the form action is rewritten to the behavior url. the behavior url processes the form the same way

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
well, its complex because you have to hack this in, browser's built in ajax support doesnt handle multipart requests yet. sounds like you are overcomplicating it by prerendering the iframe in the output. i think it would be easier to create the iframe on the fly via javascript, and give it

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Bas Gooren
Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 12:51 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget well, its complex because you have to hack this in, browser's built in ajax support

RE: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Russell Simpkins
at all, but I do hope it helps. Russ From: igor.vaynb...@gmail.com Date: Wed, 5 Aug 2009 15:51:44 -0700 Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget To: users@wicket.apache.org well, its complex because you have

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
uploading replaces the IFRAME. Regards, Bas - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 12:51 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget well, its complex

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I built using IFRAMEs is actually not that complex (400 LOC), i just wrote something that is about 30 lines of javascript that does this. only works in firefox so far. see WICKET-2420. -igor

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Bas Gooren
: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I built using IFRAMEs is actually not that complex (400 LOC), i just wrote

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
- From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I