Re: ajax reload

2014-09-12 Thread Lance Java
You could use the observe mixin here: http://tapestry-stitch.uklance.cloudbees.net/observedemo For example you could observe the 'click' event on a button and send all of the checkbox values with the event.

Re: ajax reload

2014-09-12 Thread squallmat .
humm, I really hate coding in javascript ... Is there a way to "fake" Post a form to save the values ? :p 2014-09-12 14:42 GMT+02:00 Thiago H de Paula Figueiredo : > On Fri, 12 Sep 2014 04:44:36 -0300, squallmat . > wrote: > > My data are in a form with many others data, If I submit I will Pos

Re: ajax reload

2014-09-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Sep 2014 04:44:36 -0300, squallmat . wrote: My data are in a form with many others data, If I submit I will Post them. What are the other ways to do that ? You wouldn't be able to use EventLink or ActionLink. You'd need to write custom JavaScript to build an AJAX URL with the

Re: ajax reload

2014-09-12 Thread squallmat .
My data are in a form with many others data, If I submit I will Post them. What are the other ways to do that ? 2014-09-11 19:41 GMT+02:00 Thiago H de Paula Figueiredo : > On Thu, 11 Sep 2014 13:52:50 -0300, squallmat . > wrote: > > I don't submit the form in Ajax request so... >> >> Is there

Re: ajax reload

2014-09-11 Thread Thiago H de Paula Figueiredo
On Thu, 11 Sep 2014 13:52:50 -0300, squallmat . wrote: I don't submit the form in Ajax request so... Is there way(s) to save values without submitting form ? That's not the only way of doing it, but that's the easiest. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consulta

Re: ajax reload

2014-09-11 Thread squallmat .
I don't submit the form in Ajax request so... Is there way(s) to save values without submitting form ? 2014-09-11 16:06 GMT+02:00 Thiago H de Paula Figueiredo : > On Thu, 11 Sep 2014 10:47:14 -0300, squallmat . > wrote: > > Hi, >> > > Hi! > > So, on ajax reloading a zone, it seems values mod

Re: ajax reload

2014-09-11 Thread Thiago H de Paula Figueiredo
On Thu, 11 Sep 2014 10:47:14 -0300, squallmat . wrote: Hi, Hi! So, on ajax reloading a zone, it seems values modified are not saved. Unless you're submitting the form in the AJAX request, no values are modified server-side, so, when you re-render the checkboxes, they lose their stat

ajax reload

2014-09-11 Thread squallmat .
Hi, I have a zone where I add/remove dynamically a list of object, the object is made of a boolean that is associated with a t:checkbox. When I modify the checkbox (check/uncheck) and then update the zone (because list of objects change : add/remove) the value of checkboxes come back to there orig

Re: Ajax Reload

2006-07-16 Thread Peter Dawn
do we have anything for version 3.0.1. tacos is not compatible with it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ajax Reload

2006-07-14 Thread Rodnei Couto
can i make a partial reload of one page with ajax? I know use AjaxForm, AjaxDirectLink etc, but a didn't know how to make a partial reload by javascript I need to know how make a ajax reload by javascript... is it possible? Thank

Re: Ajax Reload

2006-07-14 Thread Andreas Andreou
Perhaps http://tacos.sourceforge.net/components/Refresh.html ? Rodnei Couto wrote: Hi list, How can i make a partial reload of one page with ajax? I know use AjaxForm, AjaxDirectLink etc, but a didn't know how to make a partial reload by javascript I need to know how make a ajax relo

Ajax Reload

2006-07-14 Thread Rodnei Couto
Hi list, How can i make a partial reload of one page with ajax? I know use AjaxForm, AjaxDirectLink etc, but a didn't know how to make a partial reload by javascript I need to know how make a ajax reload by javascript... is it possible? Thanks, Rodnei