[fw-general] values for checkbox and populate method

2008-07-09 Thread Rohit83
Hi All I have check box element in form and have written the custom decorator for this form in that i have written one function as given in the documentation. public function buildInput() { $element = $this-getElement(); $helper = $element-helper; return

Re: [fw-general] values for checkbox and populate method

2008-07-09 Thread Matthew Weier O'Phinney
-- Rohit83 [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 05:04 AM -0700): Hi All I have check box element in form and have written the custom decorator for this form in that i have written one function as given in the documentation. public function buildInput() Um... what

Re: [fw-general] values for checkbox and populate method

2008-07-09 Thread Rohit83
Thanks a lot for your reply Matthew. I have no problem with rendering of my elements and i took reference from ZF manual(15.5.3. Custom Decorators). My Question is why checkbox not retains value (for scenario : I have two fields both are required checkbox and textbox,now when i wont feel the text