2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.3,1.4

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv19144/WebContent/WEB-INF/resources/templates

Modified Files:
	xhtml10.vm 
Log Message:
added messages display on result page

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xhtml10.vm	28 Aug 2009 17:07:03 -0000	1.3
+++ xhtml10.vm	1 Sep 2009 16:07:29 -0000	1.4
@@ -9,7 +9,9 @@
 
 #set($observationList = $unicorncall.ObservationList)
 
-
+#if ($messages)
+#displayMessages($messages)
+#end
 <div id="observations">
 #foreach($observationName in $observationList.keySet())
 #set($observation = $observationList.get($observationName))

Received on Tuesday, 1 September 2009 16:07:40 UTC