Hi,
thanks for your answer. I'm afraid I didn't explain well.
The point is that {REQUEST:$comboUserID} is seen BLANK by the ARI module when the page is loaded the first time, because the page is loaded through a link of menu item (
mysite/index.php/myorders) and thus no POST/GET variables are set. However, as said I build the dropdown list and I select one entry during the page loading.
So I need that the ARI module "reads" the variable from the drop down list control that is on the page, rather than from a POST variable because no POST variables are set.
Of course, if I do a SUBMIT of this page on itself, the next time the ARI module CAN retrieve the drop down list entry through {$REQUEST:comboUserID}. But I need it does it even for the 1st page loading.
Thanks
Mauro