[ServletExec] Nested Tags

  • Thread starter Tobias Schierge
  • Start date
T

Tobias Schierge

Hi,

does anyone of you use ServletExec? I'm running into Problems using JSP
1.2 Syntax. The following Page:

<?xml version="1.0" encoding="ISO-8859-1"?>
<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="jstl-core">
<c:eek:ut value="${requestScope}"/>
<test>
<c:eek:ut value="${requestScope}"/>
</test>
</jsp:root>

outputs:

org.apache.taglibs.standard.lang.jstl.ImplicitObjects$2@15fc672
<test>
<c:eek:ut value="${requestScope}"/>
</test>

Means that the second custom Tag is not evaluated. Thats why our
complete Application is not working, as soon as I use normal html tags
in pages, taglib processing stops. I do not want a custom tag for every
html tag.

In Tomcat Everything works fine.

Any ideas?

Regards,

Tobias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top