ComboBox and Window Component
Brought to you by:
ttm
Problem with component ComboBox when it is placed on Window Component. It is impossible to receive the current element of the list through
$this->ComboBox1->ItemIndex,
through
getElementById("ComboBox1").value
Not current value, and the value, set to default is always displayed.
Logged In: YES
user_id=2178649
Originator: NO
You can try good old $_REQUEST['ComboBox1'];