You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/10/08 18:52:41 UTC

svn commit: r823270 - /incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp

Author: shanti
Date: Thu Oct  8 18:52:41 2009
New Revision: 823270

URL: http://svn.apache.org/viewvc?rev=823270&view=rev
Log:
Fix for OLIO-131.

Modified:
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp?rev=823270&r1=823269&r2=823270&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/event.jsp Thu Oct  8 18:52:41 2009
@@ -127,7 +127,7 @@
   <br/>
    <ol id="attending_list">
     <c:forEach var="attendee" items="${requestScope['socialEvent'].attendees}">
-       <li><a href="${pageContext.servletContext.contextPath}/person/display?user_name=${attendee.userName}">${attendee.userName}</a></li>
+       <li><a href="${pageContext.servletContext.contextPath}/person/display?user_name=${attendee.userName}&actionType=display_person">${attendee.userName}</a></li>
     </c:forEach>
    </ol>
   </c:otherwise>