Hi,

Can someone tell me why I get an unbalanced error when I try to optionally
use a form tag? 

org.apache.jasper.JasperException: /pages/common/layouts/layout.jsp(56,1)
The end tag "</c:when" is unbalanced


        <tiles:useAttribute name="action"/>
        <tiles:useAttribute name="focus"/>

        <c:choose>
        <c:when test="${focus != 'na'}">
                <html:form action="${action}" focus="${focus}">
        </c:when>
        <c:otherwise>
                <html:form action="${action}">
        </c:otherwise>
        </c:choose>

        ...


Using struts 1.1

Thanks
Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to