-- bharat_shukla <[EMAIL PROTECTED]> wrote (on Monday, 30 June 2008, 12:09 AM -0700): > I want a multicheckbox in my form having 4 values. and for each value i want > to display a select box in front of it( say rank for that value 1,2,3,4 ). > How can i display both checkbox values and a select box for each value in > the table form, where in each row only one checkboxvalue and a select box > for it.
Personally, I'd create a custom element for this that is (a) marked as an array, and (b) contains the two elements you need. You'll also likely need your own decorators to utilize such an element. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
