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/03/21 17:00:59 UTC

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

Author: andreas
Date: Mon Mar 21 08:00:58 2005
New Revision: 158475

URL: http://svn.apache.org/viewcvs?view=rev&rev=158475
Log:
tab.overview: use getParameter('document').getId() instead of getParameter('documentid')

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&r1=158474&r2=158475
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx (original)
+++ lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx Mon Mar 21 08:00:58 2005
@@ -96,7 +96,7 @@
             <tr>
               <td class="lenya-entry-caption"><i18n:text>Document ID</i18n:text>:</td>
               <td>
-                <jx:out value="${usecase.getParameter('documentid')}"/>
+                <jx:out value="${usecase.getParameter('document').getId()}"/>
               </td>
             </tr>
             <tr>



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