BTW.... Everything else in XPath is working fine on the 3rd
environment. I can do
<x:out select="$doc/aaaa/bbbb/@cccc" />
and it outputs the data correctly. It appears the only thing not
working is when I reference an x:set variable using the ${...} syntax.
Jerry
On 7/20/2015 7:13 PM, Jerry Malcolm wrote:
I have a large webapp that processes XML data into JSPs using
XPath/JSTL plus some of my own custom tags. The app is working fine
on two separate Tomcat systems (one is TC7 and one is TC8). I copied
the app to a third system (TC 7.0.57) and I'm having problems with all
of the x:set variables on all pages. In the JSP code I simply do:
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org