Quote:
Originally Posted by mzi Thanks for your answer.
1. I edited the given web.xml.in and the problem still exists! - When I use <%@ taglib prefix="z" uri="/WEB-INF/zimbra.tld" %> in the zimlet JSP I got the ERROR 500 File "/WEB-INF/zimbra.tld" not found
- When I remove the taglib and change the code to not use it I got the ERROR "Database connection pool not initialized" As many other forums entries covering.
|
Wasn't the zimbra.tld for the version 5 of zimbra?
You can look at the tlds in :
/opt/zimbra/jetty/webapps/zimlet/WEB-INF/tlds
For the "Database connection pool not initialized" error, maybe doing as I said by changing your code to use ZMailbox instead of Mailbox will help.
Quote:
Originally Posted by mzi 2. As I understand you correctly, at the moment there is no other way to use the taglib or JSP functions in Zimlets with Zimbra 6 without linking the dirs and editing the xml.in file? |
Yes. Until the bug is fixed.