I have added the page import line (<%@ page import="com.zimbra.cs.account.*, com.zimbra.cs.zimlet.*" %>) but still get the "cannot be resolved" errors. Any clue of what can it be?
I have even added the full import path to the types (e.g., " com.zimbra.cs.account.Account acct = null;" instead of just "Account acct = null;") but it still cannot resolve. |