Author: jonathan
Date: Tue Jan 29 13:48:06 2008
New Revision: 13148
Log:
Fixed: Recent activity searches on home page don't show the tag that was
applied when a tagging activity has occurred.
Modified:
trunk/mashup/java/modules/www/index.jsp
Modified: trunk/mashup/java/modules/www/index.jsp
==============================================================================
--- trunk/mashup/java/modules/www/index.jsp (original)
+++ trunk/mashup/java/modules/www/index.jsp Tue Jan 29 13:48:06 2008
@@ -326,6 +326,10 @@
<% }
if (action.equals("rated")) { %>
<%=result.getContentString() %> stars
+ <% } else if (action.equals("tagged")) { %>
+ with <a
+
href="search.jsp?query=mashups&for=<%=result.getContentString()%>&tags=true"><%=result
+ .getContentString()%></a>
<% } else if (action.equals("commented")) { %>
<span class="inline-comment">"<%=result.getContentString() %>"</span>
<% } %>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev