Author: husted
Date: Sun Jan  7 18:16:42 2007
New Revision: 493907

URL: http://svn.apache.org/viewvc?view=rev&rev=493907
Log:
WW-1588 - showcase tweaks. 
Move datepicker and timepicker examples to tags/ui



Added:
    struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/datepicker/
      - copied from r493903, 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/datepicker/
    struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/timepicker/
      - copied from r493903, 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/timepicker/
Removed:
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/datepicker/
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/timepicker/
Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/index.jsp
    struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/index.jsp?view=diff&rev=493907&r1=493906&r2=493907
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/index.jsp Sun Jan  
7 18:16:42 2007
@@ -12,8 +12,6 @@
     <li><a href="autocompleter">Autocompleter combobox tag</a></li>
     <li><a href="remotelink">Remote link tag</a></li>
        <li><a href="remotebutton">Remote button tag</a></li>
-    <li><a href="datepicker">DateTime picker tag - Pick a date</a></li>
-    <li><a href="timepicker">DateTime picker tag - Pick a time</a></li>
     <li><a href="tabbedpanel">Tabbed panel</a></li>
     <li><a href="remoteforms">Remote forms</a></li>
     <li><a href="widgets">Widgets </a> (experimental - may not work in all 
browsers

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp?view=diff&rev=493907&r1=493906&r2=493907
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp 
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp Sun 
Jan  7 18:16:42 2007
@@ -14,6 +14,8 @@
         <li><s:url id="url" namespace="/tags/ui" value="treeExampleStatic.jsp" 
/><s:a href="%{url}">Tree Example (static)</s:a>
         <li><s:url id="url" namespace="/tags/ui" 
action="showDynamicTreeAction"/><s:a href="%{url}">Tree Example (dynamic)</s:a>
         <li><s:url id="url" value="componentTagExample.jsp"/><s:a 
href="%{#url}">Component Tag Example</s:a>
+        <li><a href="datepicker">DateTime picker tag - Pick a date</a></li>
+        <li><a href="timepicker">DateTime picker tag - Pick a time</a></li>
         <%--li><s:url id="url" namespace="/tags/ui" 
action="populateUsingIterator" method="input" /><s:a href="%{url}">UI 
population using iterator tag</s:a></li--%>
     </ul>
 </body>


Reply via email to