JspTagException when trying to create a new template

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

joostvb
Posts: 3
Joined: Wed Jan 23, 2008 11:36 am

JspTagException when trying to create a new template

Post by joostvb »

After 1,5 hours of debugging, I stumbled upon the 'solution' of this error:

Code: Select all

An error occurredCause:	javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: You must specify one of the following: size
I got this error when I tried to create a new template. This was due to the fact that I did not have any mailinglists defined. After defining a mailing list, the 'new template' page shows fine.
I guess this page needs better error handling when there are no mailinglists defined.