array in the link

I have an array in an view link submitted to an action.This array contains the objects which have not any relation each other,they also have no model relation.The link look like this :

I don't think that you can pass an array or hash which is more than one level from view to controller. You'd better divide your objects into strings and pass them seperately or arrange them in an array or hash which has only one level.