You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/01/03 13:39:06 UTC

svn commit: r123960 - /lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx

Author: andreas
Date: Mon Jan  3 04:39:05 2005
New Revision: 123960

URL: http://svn.apache.org/viewcvs?view=rev&rev=123960
Log:
output single languages instead of array object
Modified:
   lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx

Modified: lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx?view=diff&rev=123960&p1=lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx&r1=123959&p2=lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx&r2=123960
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx	(original)
+++ lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx	Mon Jan  3 04:39:05 2005
@@ -162,7 +162,9 @@
             <tr>
               <td class="lenya-entry-caption"><i18n:text>Available Languages</i18n:text>:</td>
               <td>
-                <jx:out value="${usecase.getParameter('languages')}"/>
+                <jx:forEach var="language" items="${usecase.getParameter('languages')}">
+                  <jx:out value="${language}"/>
+                </jx:forEach>
               </td>
             </tr>
             <tr>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org