[fw-general] ZF 1.7 - Zend Dojo SubmitButton Bug?

2008-11-25 Thread drj201
Hi all, I have created a form class that extends Zend_Dojo_Form. I have various elements (i.e. ComboBox, DateTextBox etc) in the form including a SubmitButton and they all display perfectly in ZF1.6.1. My problem has arrisen since upgarading to ZF 1.7. Since the upgrade the SubmitButton is not

Re: [fw-general] ZF 1.7 - Zend Dojo SubmitButton Bug?

2008-11-25 Thread Cameron
it's a known bug, try this: http://www.framework.zend.com/issues/browse/ZF-4977;jsessionid=C628D5128C025969ADFBC9D052740C19?page=com.atlassian.jira.ext.fisheye:fisheye-issuepanel On Tue, Nov 25, 2008 at 10:14 PM, drj201 [EMAIL PROTECTED] wrote: Hi all, I have created a form class that

Re: [fw-general] ZF 1.7 - Zend Dojo SubmitButton Bug?

2008-11-25 Thread Matthew Weier O'Phinney
-- drj201 [EMAIL PROTECTED] wrote (on Tuesday, 25 November 2008, 05:14 AM -0800): I have created a form class that extends Zend_Dojo_Form. I have various elements (i.e. ComboBox, DateTextBox etc) in the form including a SubmitButton and they all display perfectly in ZF1.6.1. My problem has