[gatein-commits] gatein SVN: r1145 - portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Dec 27 22:39:47 EST 2009


Author: truong.le
Date: 2009-12-27 22:39:47 -0500 (Sun, 27 Dec 2009)
New Revision: 1145

Modified:
   portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageBrowser.gtmpl
Log:
GTNPORTAL-53: Problem when searching with all portal ( user, first/last name...)

Modified: portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageBrowser.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageBrowser.gtmpl	2009-12-25 08:09:27 UTC (rev 1144)
+++ portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageBrowser.gtmpl	2009-12-28 03:39:47 UTC (rev 1145)
@@ -1,4 +1,4 @@
-<% uicomponent.defaultValue(null); %>
+<% uicomponent.defaultValue(uicomponent.getLastQuery()); %>
 <div class="UIPageBrowser" id="<%=uicomponent.getId();%>">
 	
 	<%/*Begin UIPageBrowser Content*/%>
@@ -23,7 +23,6 @@
 						</td>
 					</tr>
 		 		</table>
-			</div>
-			
+			</div>			
 	<%}%>
 </div>
\ No newline at end of file



More information about the gatein-commits mailing list