I notice wicket is re-writing my HTML codes from Name <input wicket:id="name" type="text" /> to <input wicket:id="name" type="text" /><label for="name">Name</label><br />
and I dont want that transform to take place. how do I disable that
I notice wicket is re-writing my HTML codes from Name <input wicket:id="name" type="text" /> to <input wicket:id="name" type="text" /><label for="name">Name</label><br />
and I dont want that transform to take place. how do I disable that