Re: [Tacos-devel] Tacos @PartialFor question

2006-07-08 Thread Jesse Kuhnert
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 ex

Re: [Tacos-devel] Tacos @PartialFor question

2006-07-08 Thread Theo vN
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

[Tacos-devel] Tacos @PartialFor question

2006-07-08 Thread Theo vN
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 fir