I'm experimenting with HTML5. What I'd like to know is how does Wicket work with HTML5 input types such as date and email, if at all? Currently Wicket uses java script to generate a calendar for date inputs.
What complicates this issue is how would Wicket handle a browser that doesn't support HTML5 input tags of type date (and the other new HTML5 tags).