Hello, We have following situation: entity can have value of various type: boolean, enum, number and etc. And it'll be nice to have some SmartFormComponent which can show required "representation" of UI according to type: radio button, checkbox, etc. Is there something lika that available?
I understand, that to implement of this component in Wicket is pretty simple, but don't want reinvent the wheel.:) Thanks, Ilia
