achittela wrote:
> Hi,
>
> I got the the below exception while i was accessing web application. I think
> this issue is related to Tomcat 6.0.20. Did anyone have fix for this?
>
> SEVERE: Servlet.service() for servlet debugjsp threw exception
> org.apache.jasper.JasperException: Unable to compile class for JSP:
>
> An error occurred at line: 45 in the jsp file: /cogadmin/addareas.jsp
> The method setTest(boolean) in the type WhenTag is not applicable for the
> arguments (String)
> 42: </td></tr>
> 43: </table>
> 44: <c:choose>
> 45: <c:when test="${CogBroadcastRights == null || cogId==null || cogId !=
> CogBroadcastRights.cogId} }">
Try removing the extra } ?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|