Hi,

im trying to get the open-Form Tag with the Zend_Dojo_View_Helper_Form, but it is always returning the closing form tag too.
I guess the lines 73 - 75 should be deleted:

      if (false === $content) {
          $content = '';
      }

so that the $content var will be directly given to the Zend_View_Helper_Form, where

      if (false !== $content) {
          $xhtml .= $content
                 .  '</form>';
      }
is done.

so it is not possible to get only the opening form-tag with the Zend_Dojo_View_Helper_Form.

best regards
Mario Knippfeld

Reply via email to