Hello, I have a few quick comments on the F&R ideas. Hope it's okay to post on the devel list even though I'm just a mere click user.
On the datepicker: The wicket people seems to use a datepicker from the yui project, have you considered that option already? http://developer.yahoo.com/yui/calendar/ On spring and acegi: For me one of the parameters when selecting click over the numerous other web frameworks out there was that click was really useful without having to resort to spring. Also acegi has been renamed "spring security" nowdays. On Java 5: I like the annotation proposal. It can become more strong typed by using a enum BindableType { Control, Model, Request } and declare: @Bindable(BindableType.Control) private Form form = new Form(); -- Fredrik Jonson
