Following is my add.thtml
<form action="<?php echo $html->url("/notes/add")?>" method="post">
<p>Title:
<?php echo $form->input('Note/title',array('size'=>'40'));?>
</p>
<p>Body:
<?php echo $form->textarea('Note/body') ?>
</p>
<p>
<?php echo $form->submit('save'); ?>
</p>
</form>
Is this naming ok?
--
View this message in context:
http://www.nabble.com/%24this-%3Edata-donot-retreive-any-value-tp24625878p24639250.html
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---