Hi all, I must to send an json object to Spring 3 controller. Haw do I make this?
I have add of my project the following library:

jackson-mapper-asl 1.6.4.

I want to create an array with all ids that I obtain selecting checkbox. I sent this array to my controller which must delete all object in my database.

How to send ?

Thank all. ;-)