Hehum.. $_isArray property is never used in Zend_Form_Element class. I implemented it like this http://pastie.org/788043
<http://pastie.org/788043>A bit ugly. If someone have better idea, I'm glad to hear. Regards, Saša Stamenković On Thu, Jan 21, 2010 at 12:21 PM, umpirsky <[email protected]> wrote: > Yes, that can do the trick, will try, thanks. > > Regards, > Saša Stamenković > > > > On Thu, Jan 21, 2010 at 11:43 AM, drm-4 [via Zend Framework Community] > <[hidden > email]<http://n4.nabble.com/user/SendEmail.jtp?type=node&node=1049655&i=0> > > wrote: > >> Hi, >> >> umpirsky wrote: >> > I get value1 with parent::getValue(), but value2 I can get only with >> $value2 >> > = >> Zend_Controller_Front::getInstance()->getRequest()->getParam($this->_name >> > . 2); >> Try setting the $_isArray property of the element to true. >> > > > ------------------------------ > View this message in context: Re: [fw-general] Creating custom jQuery > slider > element<http://n4.nabble.com/Creating-custom-jQuery-slider-element-tp1049604p1049655.html> > > Sent from the Zend Framework mailing list > archive<http://n4.nabble.com/Zend-Framework-f634138.html>at Nabble.com. >
