[Tickets #1694] NEW: Horde_Form_Assign

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Apr 5 08:59:06 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1694
-----------------------------------------------------------------------
 Ticket             | 1694
 Created By         | kalachnkv at free.fr
 Summary            | Horde_Form_Assign
 Queue              | Horde Framework Packages
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


kalachnkv at free.fr (2005-04-05 08:59) wrote:

I'm unable to obtain the submitted variable, 
it don't appears in REQUEST,
i work with register_globals=on
all other Horde_Form_Type i've used work normally.

$liste = Array('aaaa' => 'element 1', 'bbbb' => 'element 2');

$form->addVariable(_("assign"), 'passign', 'assign', false, false, null,
Array($liste, Array(), 'Elements left : ', 'Elements right : '));

if ($form->validate($vars)) {
    print_r($_REQUEST);
}





More information about the bugs mailing list