Hi, I was looking at the new Tapestry 4.1 ajax features. EventListener/ResponseBuilder are really nice! Besides the new annotations I noticed some components (such as DirectLink) already have the Tacos ajax functionality built in which allows you to update a certain part of the page ("updateComponents" parameter), however I didn't find the same functionality for the forms and submit buttons.
I tried using an EventListener/ResponseBuilder combination (listening for onClick and onSubmit) to try and get the same result but whenever I click on a submit button the form is submitted the traditional way, the entire page is reloaded. I'm guessing this could be solved by replacing the submit buttons with regular links and having the form submitted on the EventListener, but it just doesn't feel right not to use submit buttons where they are needed. Is there a new way to do this (maybe using the annotations) or is the ajax form submit functionality just not implemented yet? Cheers Denis Souza