I have a JSP zimlet which accepts drag'n'drop of ZmContact.
When I drop multiple contact objects there at once zimbra merges them to one object. And those object properties comes in request to JSP merged like: name= fname1, fname2, fname3...; email=email1, email2, email3 and so on.
Is there any way to avoid this?
I want each dropped entity performed one request, then next dropped entity another request.
Any ideas?
