DateField.newDateTextField's parameters should be generified
------------------------------------------------------------

                 Key: WICKET-2396
                 URL: https://issues.apache.org/jira/browse/WICKET-2396
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4-RC7
            Reporter: Vladimir Kovalyuk


        protected DateTextField newDateTextField(String id, PropertyModel<Date> 
dateFieldModel)
        {
                return DateTextField.forShortStyle(id, dateFieldModel);
        }


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to