[richfaces-svn-commits] JBoss Rich Faces SVN: r1296 - trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 25 12:24:27 EDT 2007


Author: abelevich
Date: 2007-06-25 12:24:27 -0400 (Mon, 25 Jun 2007)
New Revision: 1296

Modified:
   trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml
Log:
remove a4j panel 

Modified: trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml	2007-06-25 16:23:48 UTC (rev 1295)
+++ trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml	2007-06-25 16:24:27 UTC (rev 1296)
@@ -11,7 +11,7 @@
     	<style type="text/css">
     		.inputStyle{
     			font-family:arial;
-				font-size:6pt;
+				font-size:8pt;
 				font-size-adjust:none;
 				font-stretch:normal;
 				font-style:normal;
@@ -168,11 +168,8 @@
      		
      	</sg:scrollable-grid>
      	<h:commandButton value="submit"></h:commandButton>
-     	
+   	   	<h:messages showDetail="true"/>
      </h:form>
-     <a4j:outputPanel ajaxRendered="true">
-     	<h:messages showDetail="true"/>
-     </a4j:outputPanel>	
      </f:view>
     </body>
 </html>	
\ No newline at end of file




More information about the richfaces-svn-commits mailing list