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">
<cut value="${requestScope}"/>
<test>
<cut value="${requestScope}"/>
</test>
</jsp:root>
outputs:
org.apache.taglibs.standard.lang.jstl.ImplicitObjects$2@15fc672
<test>
<cut 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
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">
<cut value="${requestScope}"/>
<test>
<cut value="${requestScope}"/>
</test>
</jsp:root>
outputs:
org.apache.taglibs.standard.lang.jstl.ImplicitObjects$2@15fc672
<test>
<cut 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