From: <dcr...@hy...> - 2010-01-13 22:52:51
|
Author: dcrutchf Date: 2010-01-13 14:52:42 -0800 (Wed, 13 Jan 2010) New Revision: 14178 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14178 Modified: trunk/src/org/hyperic/hq/ui/taglib/display/SmartListHelper.java trunk/web/login.jsp Log: minor tweaks Modified: trunk/src/org/hyperic/hq/ui/taglib/display/SmartListHelper.java =================================================================== --- trunk/src/org/hyperic/hq/ui/taglib/display/SmartListHelper.java 2010-01-13 21:46:15 UTC (rev 14177) +++ trunk/src/org/hyperic/hq/ui/taglib/display/SmartListHelper.java 2010-01-13 22:52:42 UTC (rev 14178) @@ -65,12 +65,9 @@ this.pageSize = pageSize; this.masterList = list; - try{ + if (extSize != null) { this.extSize = extSize.intValue(); } - catch(NullPointerException e){ - //do nothing means value not set. - } this.pageCount = this.computedPageCount(); this.currentPage = 1; Modified: trunk/web/login.jsp =================================================================== --- trunk/web/login.jsp 2010-01-13 21:46:15 UTC (rev 14177) +++ trunk/web/login.jsp 2010-01-13 22:52:42 UTC (rev 14178) @@ -19,7 +19,6 @@ <body> <div id="header"> <div id="headerLogo" title="Home" onclick="location.href='<html:rewrite action="/Dashboard" />'"> </div> - <!-- <div id="headerLinks"> <ul> <li> @@ -30,7 +29,6 @@ </li> </ul> </div> - --> </div> <div class="loginPanel"> <form name='f' action='/j_spring_security_check' method='POST'> |