View Single Post
  #12 (permalink)  
Old 02-10-2010, 11:57 AM
csaguiar csaguiar is offline
New Member
 
Posts: 4
Default

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.
Reply With Quote