View Single Post
  #2 (permalink)  
Old 11-26-2008, 05:37 PM
joannaxxvi joannaxxvi is offline
Junior Member
 
Posts: 6
Default

I was having the same problem yesterday, I discovered that you also have to include
<%@ page import="com.zimbra.cs.account.Provisioning.Account By" %>

and to get the account attributes I used this:
Account acct = Provisioning.getInstance().get(AccountBy.id, authToken.getAccountId());
Reply With Quote