Hi I wish to add <label> tag to my form and put some styling on it. Is there a wicket side version of it?
What would be the best way of using it? For instance, <label> tag has the for attribute, which should hold the id of the form component that it is asociated with. How can I render it from wicket? Can I use a WebMarkupContainer and an AttributeModifier? what would be a wicket way of handling form with <fieldset><label> etc? Thanks, f(t)