Author: ayanul
Date: 2007-10-03 07:53:55 -0400 (Wed, 03 Oct 2007)
New Revision: 3222
Modified:
trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp
Log:
fix path DragAndDrop
Modified: trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp 2007-10-03
11:32:18 UTC (rev 3221)
+++ trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp 2007-10-03
11:53:55 UTC (rev 3222)
@@ -16,7 +16,7 @@
<f:selectItem itemValue="/DataFilterSlider/DataFilterSlider.jsp"
itemLabel="Data Filter Slider" />
<f:selectItem itemValue="/DataScroller/DS.jsp" itemLabel="Date
Scroller" />
<f:selectItem itemValue="/DataTable/DT.jsp" itemLabel="Date
Table" />
- <f:selectItem itemValue="/DradAndDrop/DragAndDrop.jsp"
itemLabel="Drag And Drop" />
+ <f:selectItem itemValue="/DragAndDrop/DragAndDrop.jsp"
itemLabel="Drag And Drop" />
<f:selectItem itemValue="/DropDownMenu/DDMenu.jsp" itemLabel="Drop
Down Menu" />
<f:selectItem itemValue="/Effect/Effect.jsp"
itemLabel="Effect" />
<f:selectItem itemValue="/Gmap/Gmap.jsp" itemLabel="Gmap"
/>
Show replies by date