Author: shane.bryzak(a)jboss.com
Date: 2009-04-06 18:40:47 -0400 (Mon, 06 Apr 2009)
New Revision: 10318
Modified:
trunk/examples/seambay/view/sell2.xhtml
Log:
JBSEAM-3732
Modified: trunk/examples/seambay/view/sell2.xhtml
===================================================================
--- trunk/examples/seambay/view/sell2.xhtml 2009-04-06 22:03:01 UTC (rev 10317)
+++ trunk/examples/seambay/view/sell2.xhtml 2009-04-06 22:40:47 UTC (rev 10318)
@@ -67,7 +67,6 @@
<s:remote include="categoryAction"/>
<script type="text/javascript">
- // Make a remoting call to load the categories
Seam.Component.getInstance("categoryAction").getAllCategories(loadCategories);
</script>
</body>