Also, if it helps... here is the HTML output of a newly-added form
"event" added to the HTML... before saving with CakePHP:
<span class="ui-icon ui-icon-arrowthick-2-n-s"></span>
<div class="input text">
<label for="Event1Title">Title</label>
<input name="data[Event][1][title]" maxlength="255"
id="Event1Title" type="text">
</div>
<div class="input textarea">
<label for="Event1Description">Description</label>
<textarea name="data[Event][1][description]" cols="31" rows="5"
id="Event1Description"></textarea>
</div>
<div class="input text">
<label for="Event1Weight">Weight</label>
<input name="data[Event][1][weight]" maxlength="11" value="2"
id="Event1Weight" type="text">
</div>
On Feb 14, 1:00 am, WebbedIT <[email protected]> wrote:
> Paste a copy of the data array that is getting to your controller
> after a form submit and someone will advise if it's structured
> correctly
>
> HTH
>
> Paul
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