Re: directlink without a page refresh

2008-02-05 Thread Jesse Kuhnert
Use T4.1.X ? (updateComponents parameter forces it to be async as well as just setting async="true" if you don't need to refresh any portion of the existing rendered page) http://tapestry.apache.org/tapestry4.1/components/link/directlink.html On Feb 5, 2008 2:39 PM, Marcel Schepers <[EMAIL PROTEC

directlink without a page refresh

2008-02-05 Thread Marcel Schepers
Hello, Is there a way to submit data from a Tapestry (T4) page to the server without a page refresh? I have a long list of clickable items. Using a directlinks with standard listener method works perfectly on the server side except that the same page is regenerated (which is not so bad) but it al