On Thu, Jan 26, 2012 at 1:28 PM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> On Thu, 26 Jan 2012 19:05:39 -0200, David Rees <dree...@gmail.com> wrote:
>> I've got a form in a zone with multiple submits.  If the user selects
>> one of them, I'd like to not do a zone update but instead do regular
>> form submit handling (want to download a file using
>> BinaryStreamResponse instead of render a zone update).
>
> Have you tried to return the StreamResponse in the event handler in an AJAX?
> If Tapestry doesn't support this yet, it should IMHO.

Yep, tried just returing the BinaryStreamResponse in my onSuccess
method but the browser doesn't do anything.  FWIW - still using
Tapestry 5.2.6, though, haven't tried 5.3 yet...

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to