[
https://issues.apache.org/struts/browse/WW-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart Piltch updated WW-1684:
------------------------------
Attachment: WW-1684.patch
I got the development environment set up now, so I was able to test the fix and
create a patch.
> DateTimePicker is broken in Freemarker results
> ----------------------------------------------
>
> Key: WW-1684
> URL: https://issues.apache.org/struts/browse/WW-1684
> Project: Struts 2
> Issue Type: Bug
> Components: Views
> Affects Versions: 2.0.3
> Reporter: Stuart Piltch
> Fix For: 2.0.5
>
> Attachments: WW-1684.patch
>
>
> 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"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.