dion 2003/01/16 15:36:13
Modified: jelly/src/test/org/apache/commons/jelly test_args.jelly
Log:
Add whitespace
Revision Changes Path
1.4 +2 -0
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test_args.jelly
Index: test_args.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test_args.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- test_args.jelly 13 Jun 2002 09:27:14 -0000 1.3
+++ test_args.jelly 16 Jan 2003 23:36:12 -0000 1.4
@@ -3,8 +3,10 @@
<!-- displays the current command line arguments -->
<j:jelly xmlns:j="jelly:core">
+
<j:forEach var="arg" items="${args}">
<!-- use the <whitespace> tag to have careful control over whitespace -->
<j:whitespace><j:expr value="${arg}"/> </j:whitespace>
</j:forEach>
+
</j:jelly>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>