Can't see a spelling error but there is a field with the same name as
the model i.e. following the above example Table.Table in real life
Practice.Practice where the field 'Practice' is the name of the
Practice, considering the automagic with lists I'm guessing this might
be my problem, however it
Hi,
I tried to replicate your problem by putting a form input into an
element. My form still renders as it should no problem with double
[Modename] or anything else strange.
I did not duplicate you exactly since I used a form I am writing at
the moment. But it is not significantly different.
My c
Just a followup
I moved the subform to an element and chaged require to a echo $this-
>element('mysubform') results -> exactly the same problem.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To po
In my continuing effort to upgrade an app that is working on a early
1.2 beta of Cake I've now encountered another issue with the $form
helper.
I have a file called detform.ctp which has a number of fields which is
included use php's require in a number of different 'parent' forms.
If I use insi