Created: (WW-1684) DateTimePicker is broken in Freemarkerresults
0 answers - 789 bytes -
DateTimePicker is broken in Freemarker results Key: WW-1684 URL: Project: Struts 2 Issue Type: Bug Components: Views Affects Versions: 2.0.3 Reporter: Stuart Piltch The <@s.datetimepickertag results in this error: on line 22, column 7 in WEB-INF/clients/clientList.ftl s.datepicker not found. I think the problem is that the / class has a method called getDropdownDateTimePicker() instead of the new getDateTimePicker() [see WW-1596 for the name change] I haven't been able to make the change a do a complete new build to test it, but I can confirm that <@s.dropdownDateTimePickermakes the error go away. The resulting html/js still doesn't actually work, though, since it refers to dojoType="dropdowndatepicker"
Re: Created: (WW-1684) DateTimePicker is broken in Freemarkerresults