Modified: 
struts/struts2/trunk/core/src/main/resources/template/simple/dropdowndatetimepicker.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/dropdowndatetimepicker.ftl?view=diff&rev=493848&r1=493847&r2=493848
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/template/simple/dropdowndatetimepicker.ftl
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/template/simple/dropdowndatetimepicker.ftl
 Sun Jan  7 13:26:00 2007
@@ -14,8 +14,8 @@
     lang="${parameters.language?html}"<#rt/>
   </#if>
   <#if parameters.name?if_exists != "">
-    name="${parameters.name?html}"<#rt/>
-    inputName="dojo.${parameters.name?html}"<#rt/>
+    name="dojo.${parameters.name?html}"<#rt/>
+    inputName="${parameters.name?html}"<#rt/>
   </#if>
   <#if parameters.displayWeeks?if_exists != "">
     displayWeeks="${parameters.displayWeeks?html}"<#rt/>

Added: 
struts/struts2/trunk/core/src/main/resources/template/xhtml/dropdowndatetimepicker.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/xhtml/dropdowndatetimepicker.ftl?view=auto&rev=493848
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/template/xhtml/dropdowndatetimepicker.ftl
 (added)
+++ 
struts/struts2/trunk/core/src/main/resources/template/xhtml/dropdowndatetimepicker.ftl
 Sun Jan  7 13:26:00 2007
@@ -0,0 +1,4 @@
+<#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" />
+<#include "/${parameters.templateDir}/simple/dropdowndatetimepicker.ftl" />
+<#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" />
+


Reply via email to