I was trying to refresh one part of a form using this.form.events.refresh() and a refresh listener attached to it. This works with the normal approach, but I am not sure how to do this using AJAX in Tapestry 4.1 / Tap 4.0 and Tacos. There doesn't seem to be a AjaxRefresh button or something similar.

I need this because, the components returned as part of the response depend on some data already entered by the user in the form. So i want that data to go as part of the request and get updated in the corresponding page class attributes before the refresh listener is called.

But at the same time I don't want the validators to kick in.

Anyone has any ideas on how to do this?
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to