Author: jonathan
Date: Mon Jan 21 12:33:34 2008
New Revision: 12653

Log:

Fixed issue with rearranging home page queries - manifest esp. when one of the 
queries was empty.

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     Mon Jan 21 12:33:34 2008
@@ -405,7 +405,9 @@
 <br/>
 </div>
 
-<% } %>
+<%  nextId++; // nextId is used for both unique query results, and unique 
query headers, so increment to
+              //  ensure this is unique for the next header even if there was 
no results for that query.
+  } %>
 </div>
 
 </td>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to