View Single Post
  #13 (permalink)  
Old 02-10-2010, 12:28 PM
mune72 mune72 is offline
Active Member
 
Posts: 34
Default

Quote:
Originally Posted by csaguiar View Post
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.
Unfortunelly I can't help you, it works for me and I can't guess what it could be.
Reply With Quote