Hi,

I think you are using Zend_Layout, and the problem with Zend_Layout is that the view is renderered before the layout itself. Thus, the doctype helper is called after the Zend_Form calls. I am always calling the doctype helper in my bootstrap, so there aren't any problems with that.

Joó Ádám schreef:
Hello,

I'm trying to create a form using Zend_Form, but it apparently doesn't
support XHTML when it comes to text inputs since it omits the slashes
from the end of them.
I found this issue related:
http://framework.zend.com/issues/browse/ZF-3207, but it was closed as
not an issue – however it is. I use the doctype helper too:
XHTML1_STRICT.
What should I do?


Best regards,
Ádám


--
Regards,

Pieter Kokx
MaakSite.nl Productions
PHP Developer


Reply via email to