Update of /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.portal
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12680/ADMIN/org.cobricks.portal
Modified Files:
index.html
Log Message:
Index: index.html
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.portal/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.html 11 Feb 2004 14:39:29 -0000 1.1
+++ index.html 30 May 2006 14:18:29 -0000 1.2
@@ -9,6 +9,7 @@
<h3>Session Handler</h3>
+Active Sessions:<br>
<table border="0">
#foreach ( $i in $portalManager.getSessionHandler().getSessionIds() )
#set ( $s = $portalManager.getSession($i) )
@@ -69,11 +70,12 @@
<h3>Velocity Context</h3>
-The Velocity Context contains the following keys:
+The Velocity Context contains the following keys and values:
<p>
<table border="1">
#foreach ( $i in $portalPresenter.getContextKeys($velocityContext) )
<tr><td>$i</td>
+<td>$portalPresenter.getContextObject("$!i",$velocityContext)</td></tr>
#end
</table>
|