Code:
<dragSource type="ZmContact" >
<canvas type="dialog" width="600" height="350" />
<actionUrl target="/service/zimlet/_dev/com_zimbra_sugarsync
/sugarsync.jsp">
<param name="firstname">${obj.firstName}</param>
</actionUrl>
</dragSource> The issue is I want to make the call to the .jsp without opening a window. If I replace "dialog" with "none", the .jsp does not get called. Any ideas?