Do you mean that there are multiple rows, each of which could have been 
updated? If so, (assuming that your form encompasses all of the potential 
updates) check your $this->data array when the form is submitted. Depending 
upon its structure you can either do a saveAll($this->data) or loop through and 
do a series of saves.

Jeremy Burns
Class Outfit

[email protected]
http://www.classoutfit.com

On 17 Sep 2010, at 14:38, james wrote:

> Hi I have a field that shows if a contract has been received or not in
> my index view. This field needs to be editable from within the same
> view with one submit button committing the changes to the table. Is
> this possible? Im not entirely sure as to the correct way to go about
> this?
> 
> Thanks in advance
> 
> Check out the new CakePHP Questions site http://cakeqs.org and help others 
> with their CakePHP related questions.
> 
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to