You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by dr...@apache.org on 2010/04/29 22:16:58 UTC

svn commit: r939476 - /tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml

Author: drobiazko
Date: Thu Apr 29 20:16:58 2010
New Revision: 939476

URL: http://svn.apache.org/viewvc?rev=939476&view=rev
Log:
Fixed test

Modified:
    tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml

Modified: tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml?rev=939476&r1=939475&r2=939476&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/src/test/webapp/Start.tml Thu Apr 29 20:16:58 2010
@@ -22,7 +22,7 @@
             <dt>Via factory:</dt>
             <dd id="viaFactory">${viaFactory.message}</dd>
             <dt>Symbol Value Holder:</dt>
-            <dd id="symbolValueHolder">Start page is '${symbolValueHolder.value}', Value from Spring is 'Hello'</dd>
+            <dd id="symbolValueHolder">Start page is '${symbolValueHolder.value}', Value from Spring is '${symbolValueHolder.anotherValue}'</dd>
         </dl>
 
     </body>