[ https://issues.apache.org/jira/browse/WICKET-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Grigorov resolved WICKET-5041. ------------------------------------- Resolution: Fixed Fix Version/s: 6.7.0 Assignee: Martin Grigorov > DefaultCssAutoCompleteTextField should have Constructor (String id) > ------------------------------------------------------------------- > > Key: WICKET-5041 > URL: https://issues.apache.org/jira/browse/WICKET-5041 > Project: Wicket > Issue Type: Bug > Components: wicket-extensions > Affects Versions: 6.5.0 > Reporter: Wolfgang > Assignee: Martin Grigorov > Priority: Minor > Fix For: 6.7.0 > > Original Estimate: 5m > Remaining Estimate: 5m > > When using a Form with CompoundPropertyModel > you can add TextFields like: > form.add(new TextField<String>("name")); > without giving the model explicite, > The DefaultCssAutoCompleteTextField has only one Constructor: > public DefaultCssAutoCompleteTextField(final String string, final IModel<T> > model) > as the workaround I use > form.add(new DefaultCssAutoCompleteTextField<String>("name",null)) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira