Hello, I'm using Tapestry 4.1.1 and I'm trying to update a comopnent. This component is a grid, that in normal state hasn't any input component. The first time i call addNew, that adds a new row with input elements all goes well. The next time i call this function I have a StaleLinkException.
with this message: Rewind of form Home/thisForm expected allocated id #9 to be 'nameField', but was 'addNew' (requested by component Home/tableForm.addNew). The call is an ajax call that updates the table containing the row. How can I prevent the stale link exception, how does Tapestry 4.1.1 threats stale links ? Thanks in advance, kiuma