I have this statement in my view:
echo $form->input('Recipe.description', array('rows' => '3'));

that outputs this:
<textarea name="data[Recipe][description]" cols="30" rows="3"
maxlength="255" id="RecipeDescription" >test</textarea>

I dont think that 'maxlength' is a valid attribute of a textarea.

Can anyone chime in on that?

Thanks
Steve


--~--~---------~--~----~------------~-------~--~----~
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