You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2006/05/10 09:52:24 UTC

svn commit: r405668 - /jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly

Author: polx
Date: Wed May 10 00:52:22 2006
New Revision: 405668

URL: http://svn.apache.org/viewcvs?rev=405668&view=rev
Log:
Added "born before the 20th century" into the question...
(really non serious change)
paul

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly?rev=405668&r1=405667&r2=405668&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/src/test/org/apache/commons/jelly/tags/interaction/sample.jelly Wed May 10 00:52:22 2006
@@ -24,7 +24,7 @@
       ${x.add('Pascal')}${x.add('Einstein')}</j:mute>
     
     <j:while test='${true}'>
-      <interaction:ask question="Name a physicist before the 20th century : " answer="answer"
+      <interaction:ask question="Name a physicist born before the 20th century : " answer="answer"
         completor="${x}"/>
 Your answer was: ${answer}
       <j:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org