This still opens a window. I resolved the issue by using AjxRpc.invoke to make the call to the .jsp file.
Type: Posts; User: 3rtDeveloper; Keyword(s):
This still opens a window. I resolved the issue by using AjxRpc.invoke to make the call to the .jsp file.
<dragSource type="ZmContact" >
<canvas type="dialog" width="600" height="350" />
<actionUrl target="/service/zimlet/_dev/com_zimbra_sugarsync
...
Awesome, I have to commend you, Zimbra Employees, in the quality of Zimbra. Keep up the good work!
I am using the imAddress3 field as a location for the primary key used between multiple synchronizing systems. What is the easiest way to disable this field so a user will be unable to make...
Any idea as to why getMetaDataChangedDate() for a ZContact would always return the value 0? Also, is there another way to access the modification date for a specific contact?
contact.getMetaDataChangedDate();
.
System.out.print(contact.toString());
Result:
.
.
metaDataChangedDate: 0 /* Wed Dec 31 18:00:00 CST 1969 */,
.
.
Thanks for your help. Everything is working perfectly!
I am sure this is rookie overlooking something. In the constructor:
new ZMailbox(new Options(String account, AccountBy accountBy, String password, String uri)
What is the AccountBy and...
LmcCreateContactRequest contactRequest = new LmcCreateContactRequest();
contactRequest.setSession(session);
LmcContact contact = new LmcContact();
LmcContactAttr attrs[] = new LmcContactAttr[16];...