Hi, Please create a quickstart and attach it to a ticket in JIRA. Thanks!
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jul 30, 2014 at 11:33 AM, Patrick Davids < [email protected]> wrote: > 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] > >
