Hi Mark,
I'm not sure that it helps, but I'm able to get the datetimepicker to
work (in JSP) using
https://svn.apache.org/repos/asf/struts/struts2/trunk @ rev 588199, last
changed 2007-10-25 21:02:52 +1000
The only new issue I did encounter was due to the requirement to enable
non-US locales through the head tag.
I'm working from a clean build from trunk (mvn clean install -Pall).
Hope that helps in some way.
regards,
Jeromy Evans
Mark P Ashworth wrote:
Good Day,
I am trying to use the 2.1.0 build of the dojo plug-in and I am getting an
InvalidReferenceException. The issue
https://issues.apache.org/struts/browse/WW-1757 helped to resolve the issue
on the 2.0.9 build but now even the <@s.dateTimePicker /> or
<@s.datetimepicker /> does not seem to work.
on line 49, column 17 in workitem.ftl s.datetimepicker not found.
The problematic instruction:
----------
==> user-directive s.datetimepicker [on line 49, column 17 in workitem.ftl]
in user-directive s.form [on line 20, column 9 in workitem.ftl]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: on line 49, column 17 in
workitem.ftl s.datetimepicker not found.
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:136)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]