blob: daea3051167130c28e60e4f1b91471bddd7dcfd4 [file] [log] [blame]
<?xml version="1.0"?>
<html xmlns:core="urn:apache:taglib:core" xmlns:dt="urn:apache:taglib:datetime"
xmlns:i18n="urn:apache:taglib:i18n" xmlns:jxpath="urn:apache:taglib:jxpath:core"
xmlns:string="urn:apache:taglib:string" xmlns:test="urn:apache:taglib:test">
<title>Tag Test</title>
<h2>tag test</h2>
<h3>variables in session &amp; application</h3>
<p>
<table>
<!--
<tr>
<td>pipeline: </td><td><jxpath:out value="p" /></td>
</tr>
-->
<tr>
<td>request: </td><td><jxpath:out value="$request/r" /></td>
</tr>
<tr>
<td>session: </td><td><jxpath:out value="$session/s" /></td>
</tr>
<tr>
<td>application: </td><td><jxpath:out value="$application/a" /></td>
</tr>
</table>
</p>
<a href="variable-p.xhtml">pipeline</a>
<a href="variable-r.xhtml">request</a>
<a href="variable-s.xhtml">session &amp; application</a>
<p>
<a href="TaglibTest.xhtml">Back</a>
</p>
</html>