Thanks .. that's what i'll do ... some page refresh from javascript ..
Em Thu, 17 Sep 2009 11:55:03 -0300, jose luis sanchez
escreveu:
Anyone on this, please ?
Tapestry doesn't do a redirect-after-post when you return a
StreamResponse. HTTP doesn't allow to return two different responses
Em Thu, 17 Sep 2009 11:55:03 -0300, jose luis sanchez
escreveu:
Anyone on this, please ?
Tapestry doesn't do a redirect-after-post when you return a
StreamResponse. HTTP doesn't allow to return two different responses at
the same time (CSV and HTML, in your case). One possible solution
Hi,
i think that it's not possible.
Either you return a block for a zone update or the whole page or, in
your case return a streamresponse.
I would insert a second submit or actionlink called "Calculate
results" which count the possible results and update the label.
Am 17.09.2009 um 16:55
Anyone on this, please ?
Hi all.
I've found myself a problem in an application i've developed using T5.1
There's a page, with 2 datefields, ( From / To ), and a Submit.
The Submit button calls the StreamResponse onSuccess() method ,
returning a CVS file with a list of records.
But i'd l