Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3
-
None
Description
The <@s.datetimepicker> tag results in this error:
freemarker.core.InvalidReferenceException: on line 22, column 7 in WEB-INF/clients/clientList.ftl s.datepicker not found.
I think the problem is that the /views/freemarker/tags/StrutsModels.java 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.dropdownDateTimePicker> makes the error go away. The resulting html/js still doesn't actually work, though, since it refers to dojoType="dropdowndatepicker"
Attachments
Attachments
Issue Links
- is related to
-
WW-1607 Separate dojo-related tags into their own plugin
- Closed