JspTagException when trying to create a new template
Posted: Thu Feb 04, 2010 11:21 am
After 1,5 hours of debugging, I stumbled upon the 'solution' of this error:
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.
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 guess this page needs better error handling when there are no mailinglists defined.