As long as you don't expect any form values to get updated via your call you should be able to use AjaxDirectLink just fine.
In theory I made the FormSupport object for tacos aware if any changes have been made in a request that requires hidden field updates to be made. I can't remember for sure exactly what does/doesn't trigger FormSupport updating hidden input fields, but you'll know really fast if you install FireBug for firefox and view the response data from your AjaxDirectLink request. If you don't see <input type="hidden"> updates then your form will probably blow up when submitting. On 7/8/06, Theo vN <[EMAIL PROTECTED]> wrote:
Without doing submits I mean without doing Form submits. I want to update the page and form with AjaxDirectLinks . On 08/07/06, Theo vN <[EMAIL PROTECTED]> wrote: > There is a @PartialFor rendering a list of fields with @TextField. > The user enters and changes values in these fields WITHOUT doing a submit. > Now he wants to add another row/item - or delete an existing row/item > WITHOUT doing a post/submit. > > So, lets say there were 5 items in the list, how do I firstly define > the parts en secondly specify the parts so that only the part for item > 3 gets updated when I want to delete item 3. And how do I define and > specify a part to be updated for a non-exisiting item 6 that I want to > create? > > Not sure if the rewind cycle is going to like this? > > -- > Regards > Theo > -- Regards Theo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.