Re: [fw-general] Zend Form: Trying to add a Label Decorator to a DisplayGroup

2009-11-06 Thread umpirsky
Yes, or $this-addDisplayGroup( array( 'e1', 'e2' ), 'name', array( 'displayGroupClass' = 'My_Form_DisplayGroup' ) But I get: Warning:

Re: [fw-general] Zend Form: Trying to add a Label Decorator to a DisplayGroup

2009-11-06 Thread Саша Стаменковић
Ah, wrong decorators - fixed! Regards, Saša Stamenković On Fri, Nov 6, 2009 at 9:20 AM, umpirsky umpir...@gmail.com wrote: Yes, or $this-addDisplayGroup( array( 'e1', 'e2' ), 'name',

[fw-general] Strageties for lost view vars when re-rendering an invalid form ?

2009-11-06 Thread J DeBord
Problem: When rendering an action's view script from a different action, the view variables that normally would exist are never initialized. For example, indexAction creates a form it's view script and at least one other variable for the view: public function indexAction() {

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-06 Thread Tim Fountain
2009/11/5 A.J. Brown fynw...@gmail.com Anyone have any ideas? I've been playing around with this all day and can't seem to nudge into working. If I can't figure it out, I'll just skip using the autoloader here and write my own method, but I don't want to duplicate code. FYI, we used this