custom CButtonColumn

Hi all!

again I come with another doubt.

Does anybody know how can send data using POST method (not GET) from my view to my controller?

I have a custom table (like CGridview) and I would like to add an image at the end of each row (equal to CButtonColumn) and If you click on the image, this action will send the data in this row to ‘my-controller-action’. After that I would like to work with this data in ‘my-controller-action’ an render another view, not the first view with the customize table.

I have read a lot of things here (using CHtml::ajax, CHtml::ajaxlink, ‘onaction’=>‘javascript …’ ,etc.) but I didn’t find the answer jet.

Thank you for any advice or piece of code offered!