[
https://issues.apache.org/jira/browse/WICKET-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-2396.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.5-M1
Assignee: Juergen Donnerstag
fixed
> 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
> Assignee: Juergen Donnerstag
> Fix For: 1.5-M1
>
>
> 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.