WW-2135 The FreeMarker tag name for the DateTimePicker doesn't match TLD

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@570529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-08-28 19:04:52 +00:00
parent 7e52314ff9
commit 7705a823d0
@@ -242,7 +242,7 @@ public class StrutsModels {
return date;
}
public DateTimePickerModel getDateTimePicker() {
public DateTimePickerModel getDatetimepicker() {
if (dateTimePicker == null) {
dateTimePicker = new DateTimePickerModel(stack, req, res);
}