Hi Yves, Do you have short_open_tags enabled on your php.ini
if not, you should change: <?= $this->form ?> with: <?php echo $this->form ?> al., 2013.eko urtren 14a 16:55(e)an, Yves(e)k idatzi zuen:
Here's another weird one. This is my view: http://bin.cakephp.org/view/1303081887 <http://bin.cakephp.org/view/1303081887> This is my controller: http://bin.cakephp.org/view/1952242785 <http://bin.cakephp.org/view/1952242785> Now, when I run this, this is what I get: Entering init Exiting init entering view asdfasfasd exiting view ENTER - testAction - IndexController ENTER - buildAffiliateSelectForm - Application_Form_Input EXIT - buildAffiliateSelectForm - Application_Form_Input EXIT - testAction - IndexController Now, this is weird. It seems that the controller is running. Good. But why is my form not being outputted? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-form-is-not-showing-up-tp4658708p4658736.html Sent from the Zend Framework mailing list archive at Nabble.com.
-- Alayn Gortazar -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
