Hi all,
it seems it is not possible to use AutoTextLabelResolver with buttons?
I always get errors like
java.lang.IllegalStateException: no related component found for
<wicket:label>
at
org.apache.wicket.markup.html.form.AutoLabelTextResolver.resolve(AutoLabelTextResolver.java:258)
Button b = new Button("previous");
b.setLabel(Model.of("Next Step"));
<button wicket:id="previous" type="submit"><wicket:label
for="previous">[next Step]</wicket:label></button>
Thanx for feedback...
kind regards
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]