Thanks, that was pretty short and clear :)
I decided to go with border so that if I decide I need some ajax behavior
for a field I will be able to easily do addComponent(borderOfComponent).

I wish there was some flag to tell wicket that it doesn't need to check that
form components are associated with the right tag and maybe even a flag to
tell these components to force the right tag by tag.setName("select").

It would make dynamically rendering of inputs easier because we could have
some html template like <span wicket:id="input"> be "filled" with a wicket
form component at runtime without having to "hard code" the input type into
the template.

Reply via email to