Sounds like you want a StreamResponse to be returned AND and a page
refresh at the same time - unfortunately HTTP doesn't allow this.

A technique would be return the page, then re-direct the user to a
different page / event link which returns the CSV.

It's also discussed in this thread:
http://tapestry.1045711.n5.nabble.com/StreamResponse-on-Success-td2434690.html#a2434692

Steve.


On 10 November 2011 19:08, goldenka <maja.polon...@gmail.com> wrote:
> I have something linke:
>
> <input type="text" size="10" t:id="dateTo" value="dateTo"
> t:format="dd/MM/yyyy" t:type="DateField" validate="required" />
> <input t:type="submit" class="button" value="Download"/>
>
> and validation is server-side (onValidateForm() method) so I think i must
> use JavaScript. Can you provide me some simple solution ? I think I must
> remove some div's, but don't know how to do this...
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Clearing-form-errors-problem-tp4971307p4980738.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to