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).  tml looks
something like this:

<t:zone t:id="formZone">
<t:form t:id="theForm t:zone="formZone">
<t:submit value="Submit Zone Update">
<t:submit value="Submit Regular Update">
</t:form>
</t:zone>

Suggestions?  Seems like it may be easiest to just eliminate zones
from the picture.

-Dave

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

Reply via email to