[fw-general] Re: Strange File does not exist in apache log

2011-04-08 Thread xmariachi
Has this been resolved? I'm having a similar issue. TIA -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Strange-File-does-not-exist-in-apache-log-tp654109p3436365.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List:

[fw-general] Zend_Form, shifting validation off the element onto the form object..

2011-04-08 Thread leedavis
Validating your data from a zend form object. In most cases validation would typically be attributed directly to the form element in question, for example validating an email address may use the EmailAddress validator shipped with ZF or you may want to create your own to ensure the email address

[fw-general] Re: Zend form in a popup (fancybox, lightbox, etc...)

2011-04-08 Thread leedavis
Form pop-ups in light boxes are a great feature, but you need to be careful how you design them, and there are several things to take into consideration. If you're injecting you're content from an ajax call into you lightbox you may find it useful to have the same content running on a page

[fw-general] Re: Zend form in a popup (fancybox, lightbox, etc...)

2011-04-08 Thread Bill'o
Thanks a lot for your help.. I must say that the form I'm trying to set is quite simple: it's a contact form with only 3 inputs that I generate with zend form in a view/action. I have a link with the right class (for fancybox generation) pointing to my controller/action containing the form. No