View Single Post
  #1 (permalink)  
Old 05-23-2008, 07:59 AM
skyblaze skyblaze is offline
Junior Member
 
Join Date: May 2008
Posts: 5
Default The framework incorrectly output Xhtml form element tags!

Have you noticed that even if you use the "doctype" view helper to set a xhtml 1.0 strict doctype, if you then use Zend_Form to construct forms, form elements are output like this:

<input type="text" name="date" id="date" value="">


that is very strange!
Anyway i resolved by modify by hand the relative view helper file in the zned library but i think this should be resolved in the future
Reply With Quote