URLmanager rule for multiple selects

I have ‘multiple select’ on my form. ( using redirect to create user friendly url) I need to append all selected values in URL using UrlManager rule.

Let say xx[0]=Yes&xx[1]=it&xx[2]=is&wq=34

trying following rule -

/show/<wq>-in-<xx> => ‘myC/action’

:( it is not working.

any body can help me on this topic

maybe if you use in your rule just site/theAction/* it will help…

also you can try playing with site/<xx:\w+>

Also you should generate your url via CHtml::link