Author: mrdon
Date: Sun Jan 7 13:26:00 2007
New Revision: 493848
URL: http://svn.apache.org/viewvc?view=rev&rev=493848
Log:
Fixing dropdowndatetimepicker in xhtml theme, changed to use correct input id,
changed showcase to use the drop down date picker, added lexical ordering to
tld
WW-1358
Added:
struts/struts2/trunk/core/src/main/resources/template/xhtml/dropdowndatetimepicker.ftl
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.vm
struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld
struts/struts2/trunk/core/src/main/resources/template/simple/dropdowndatetimepicker.ftl
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp?view=diff&rev=493848&r1=493847&r2=493848
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp Sun
Jan 7 13:26:00 2007
@@ -19,7 +19,7 @@
name="name"
tooltip="Enter your Name here" />
- <s:datepicker
+ <s:dropdowndatetimepicker
tooltip="Select Your Birthday"
label="Birthday"
name="birthday" />
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.vm
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.vm?view=diff&rev=493848&r1=493847&r2=493848
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.vm
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.vm Sun
Jan 7 13:26:00 2007
@@ -12,7 +12,7 @@
#sform ("action=exampleSubmitVelocity" "method=post"
"enctype=multipart/form-data")
#stextfield ("label=Name" "name=name")
- #sdatepicker ("label=Birthday" "name=birthday")
+ #sdropdowndatetimepicker ("label=Birthday" "name=birthday")
#stextarea ("label=Biograph" "name=bio" "cols=20" "rows=3")
#sselect ("label=Favourite Color" "list={'Red', 'Blue', 'Green'}"
"name=favouriteColor" "emptyOption=true" "headerKey=None" "headerValue=None")
#sselect ("label=Favourite Language" "list=favouriteLanguages"
"name=favouriteLanguage" "listKey=key" "listValue=description"
"emptyOption=true" "headerKey=None" "headerValue=None")