Re: StreamResponse and inPlace Grid question

2011-09-24 Thread cqasker
unction(spec) {new StreamedResponsePatch(spec);} -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-question-tp4760076p4837399.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: StreamResponse and inPlace Grid question

2011-09-05 Thread cqasker
Thanks Joost, interesting, I will try your workaround as well and take a look at your proposed workaround. This should indeed save me a ton of time. -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-question-tp4760076p4771433.html Sent from

Re: StreamResponse and inPlace Grid question

2011-09-05 Thread cqasker
Thanks Taha -- I'll make a self running example to see if I can reproduce it. Been a little busy lately but I should have it sometime this week. Thanks again for taking a look. -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-que

Re: StreamResponse and inPlace Grid question

2011-09-04 Thread Joost Schouten (ml)
besides I need the state of the grid and the grid data. Is there a way to either fix the grid so that the grid is updated? or another way? -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-question-tp4760076p4760076.html Sent from the

Re: StreamResponse and inPlace Grid question

2011-09-03 Thread Taha Hafeez
t; private int monthSel; > public int getMonthSel() > {return this.monthSel;} > > @SuppressWarnings("unused") > @Component(parameters = {"event=clicky", "context=monthSel", "defer=false"}) > private LinkSubmit csvLink; > > @OnEvent(valu

Re: StreamResponse and inPlace Grid question

2011-09-02 Thread cqasker
;context=monthSel", "defer=false"}) private LinkSubmit csvLink; @OnEvent(value = "clicky") void linkExport(int month) { this.monthSel = month; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamR

Re: StreamResponse and inPlace Grid question

2011-09-02 Thread Taha Hafeez
to either fix the grid so that the grid is updated? or another way? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-question-tp4760076p4760076.html > Sen

StreamResponse and inPlace Grid question

2011-09-01 Thread cqasker
id is updated? or another way? -- View this message in context: http://tapestry.1045711.n5.nabble.com/StreamResponse-and-inPlace-Grid-question-tp4760076p4760076.html Sent from the Tapestry - User mailing list archive at Nabbl