Author: wesw Date: Sat Feb 16 07:37:22 2008 New Revision: 628329 URL: http://svn.apache.org/viewvc?rev=628329&view=rev Log: fixing OGNL demo, removing page on static methods per WW-2441
Added: struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_5.jsp - copied unchanged from r628323, struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_6.jsp struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_6.jsp - copied unchanged from r628323, struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_7.jsp struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_7.jsp - copied unchanged from r628323, struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_8.jsp struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_8.jsp - copied unchanged from r628323, struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_9.jsp Removed: struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/ognl_9.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/index.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/index.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/index.jsp?rev=628329&r1=628328&r2=628329&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/index.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/interactive/index.jsp Sat Feb 16 07:37:22 2008 @@ -18,7 +18,7 @@ var runningOgnl = true; var ognlBase = "${ognlBase}"; var jspBase = "${jspBase}"; - var ognlCount = 10; + var ognlCount = 9; var jspCount = 5; dojo.addOnLoad(function() { @@ -244,4 +244,4 @@ </div> </body> -</html> \ No newline at end of file +</html>