DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18659>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18659

JSTL Tag c:if does not work with newer Tomcat-versions

           Summary: JSTL Tag c:if does not work with newer Tomcat-versions
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


We developed an application using Struts-Framework and JSTL-Standard-Tag-
Library.

Until Tomcat 4.1.12  all works fine.

But if I try with Tomcat 4.1.24 (I think also with 4.1.18 on Linux, but I 
can't check this now) the c:if-tag does not work.
The complete body of the tag was not evaluated.

One example of code fragment is:

<c:if test = "${visitId!='all'}">
<table bgcolor="#ffffff" width="100%" border=0 cellspacing=1 cellpadding=2>
<tr>

...

</tr>
</table>
</c:if>

There are some other tags nested in c:if i.e. logic:equal and logic:iterate 
but no further c:if.

I work with the Jakarta-implementation of the jstl-core-library in version 
1.0.3

Can you help?

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

Reply via email to