Hello,
I am in the process of migrating some wars to be wabs to run in Pax
Web (1.1.1 running currently in equinox in Eclipse Indigo).
I am starting to test and I am noticing that Pax Web is not executing
the c:out tag correctly. e.g.:
if token = "FRED"
and the JSP is:
<string><c:out value="${token}"/></string>
tomcat at runtime (which uses jasper) is converting this to be:
<string>FRED</string>
whilst PAX Web at runtime (which also uses jasper) is converting this to:
<string><c:out value="FRED" /></string>
Any idea what could cause this? PAX Web provides the tag libraries,
doesn't it? Even adding
the tag libraries to the war in the WEB-INF/lib dir (as is done for
tomcat), doesn't appear to change the behaviour.
I am sure I am missing something obvious. Any help/suggestions would
be greatly appreciated.
thanks in advance,
Gareth
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general