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 2007/11/21 22:00:40 UTC

svn commit: r597207 - /lenya/trunk/src/modules-core/administration/usecases/groups.jx

Author: andreas
Date: Wed Nov 21 13:00:38 2007
New Revision: 597207

URL: http://svn.apache.org/viewvc?rev=597207&view=rev
Log:
Fixed link on group overview (works with proxy now)

Modified:
    lenya/trunk/src/modules-core/administration/usecases/groups.jx

Modified: lenya/trunk/src/modules-core/administration/usecases/groups.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/groups.jx?rev=597207&r1=597206&r2=597207&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/groups.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/groups.jx Wed Nov 21 13:00:38 2007
@@ -60,7 +60,7 @@
         <jx:forEach var="group" items="${usecase.getParameter('groups')}">
           <tr>
             <td style="vertical-align: middle">
-              <a href="${request.requestURI}?lenya.usecase=admin.group&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a>
+              <a href="${request.pathInfo}?lenya.usecase=admin.group&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a>
             </td>
             <td style="vertical-align: middle">
               <jx:if test="${group.getName().equals('')}"><span style="color: #999999">--</span></jx:if>



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