Re: tomcat - struts taglib problem -- The end tag "</logic:equal" is unbalanced



"nick" <rajinder.ldh@xxxxxxxxx> wrote

> hello i am facing the problem with the taglibs. my jsp page works fine
> with the welogic but it is throwing the following error when using the
> tomcat
>
> [ServletException in:/jsp/subHeader.jsp] /jsp/subHeader.jsp(54,16) The
> end tag "</logic:equal" is unbalanced'

Sounds like you don't have the same number of opening and closing
<logic:equal> tags. Maybe WebLogic is more forgiving of errors? Should be
easy to fix, just make sure all your tags match up.

--
Wendy Smoak


.



Relevant Pages