Hi Sebastien, Can you please provide more details about the issues ?
- I see no restrictions in DatePicker.java about the <input>'s type attribute - I see that with 6f0f633 the constructor of Pallete now accepts: IModel<? extends Collection<T>> model instead of IModel<? extends List<? extends T>> model - There was a discussion to deprecate IPageLink long time ago but for some reason we missed to mark it as such I'll deprecate it in 6.x and fix the migration guide Martin Grigorov Wicket Training & Consulting On Sat, Dec 14, 2013 at 6:39 PM, Sebastien <[email protected]> wrote: > Hi dev team, > > I've upgraded wicket-jquery-ui to wicket-7 and it was pretty > straightforward, thanks for your work and thanks to the migration guide [1] > ! :) > > I've just have some minor comments: > - There is no explicit mention of the type attribute to be used with > DatePicker (type=date, instead of type=text). This leads to a runtime > exception. Maybe just an update of the paragraph talking about > TextField#getInputType() will be enough. > - There is no mention of the ctor signature change of the Palette component > - "IPageLink has been scheduled for removal" whereas it seems to have > already been removed... > > Thanks again & best regards, > Sebastien. > > [1] > https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0 >
