Hi kile,
I've ten menù with ten lists.
The issue is that for every search, in every list, the "&Itemid=" of the second URL is always the same.
Es. list1
This is the URL for the list1:
---myurl--//component/comprofiler/userslist/4-agricoltura-lavoratori?Itemid=209
This is the URL after the search inside the list1:
---myurl--//index.php?option=com_comprofiler&view=userslist&listid=4&Itemid=238&limitstart=0&searchmode=0&search=&cbsecuritym3=cbm_589f0f91_7cb264d9_3a39d10fc7f64e9210255e16419a5564&firstname=&lastname=&cb_sesso=Maschio&cb_comuneresidenza=
Es. list2
This is the URL for the list2:
---myurl--//component/comprofiler/userslist/6-ambiente-lavoratori?Itemid=220
This is the URL after the search inside the list2:
---myurl--//index.php?option=com_comprofiler&view=userslist&listid=6&Itemid=238&limitstart=0&searchmode=0&search=&cbsecuritym3=cbm_01a32005_28d66068_72f4708f370a120026a21c2419641cf7&firstname=&lastname=&cb_sesso=Maschio&cb_comuneresidenza=
Es. list3
This is the URL for the list3:
---myurl--//component/comprofiler/userslist/8-artigianato-lavoratori?Itemid=238
This is the URL after the search inside the list3:
---myurl--//index.php?option=com_comprofiler&view=userslist&listid=8&Itemid=238&limitstart=0&searchmode=0&search=&cbsecuritym3=cbm_43d9ce8f_4f3124c3_8546422458582f81ade3458a6ed6203d&firstname=&lastname=&cb_sesso=Maschio&cb_comuneresidenza=
For every list, the url after the search inside that list, have &Itemid=238, but it's right only for the list3 and it's wrong for the list1 and list2.