Author: hlship
Date: Sun Mar  2 14:22:51 2008
New Revision: 632862

URL: http://svn.apache.org/viewvc?rev=632862&view=rev
Log:
TAPESTRY-2221: Exception message when a context value is null or blank is 
confusing

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml?rev=632862&r1=632861&r2=632862&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml 
(original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml 
Sun Mar  2 14:22:51 2008
@@ -18,7 +18,7 @@
     <br/>
     <a t:type="pagelink" page="target" context="japaneseKanji">japanese 
kanji</a>
     <br/>
-    <t:actionlink t:id="nullContext">Null in ontext</t:actionlink>
+    <t:actionlink t:id="nullContext">Null in context</t:actionlink>
 
 
 </html>


Reply via email to