Is there anything that would cause $this->form->bind($this->item); which is in view.html.php
to stop working when the controller display function is changed from
return parent::display($cachable, $safeurlparams);
to
$view->display();
I get this:
16-Feb-2013 18:32:07 America/Los_Angeles] PHP Fatal error: Call to undefined method ReservationsModelForm::bind()
Thanks
Greg