"but it makes handling $this->data clumsy"
how come?
any examples on that matter?

"Nor does it explain why the original fails"
i can only guess that this is not an intended way of binding form
inputs - what cake is concerned
i would make sense. you always connect form inputs to "models",
integer values are no models.
its Model.field or Model.field.{ID} or in rare cases Model.{ID}.field
any other case cannot be expected to work right of the hook anyway

but maybe somebody else already tried that and can confirm this.


On 18 Jun., 14:58, leo <[email protected]> wrote:
> > usually you have the counting part in the middle or the end:
>
> > $form->input('NodeDescriptor.'.$count.'.title');
>
> That's the way I did it first of all, but it makes handling $this->data 
> clumsy.
>
> Nor does it explain why the original fails.
> But thanks for your input!

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