Thanks for your help!
Yes, the Form updates just fine - magic.
But how do I define a part (for ajax updating later on) for each item
of the list in the @PartialFor?
Something like..
And if this is correct.. How do I specify the parts to be updated (I
don'
Yeah, I just double checked and think you'll be ok. Give it a try :)
On 7/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
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 taco
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
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
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 fi