wicket:for does not work if used after the referenced component

2015-04-09 Thread Andreas Kappler
Hi, in Wicket 6.18 this code works as expected (for attribute of label is set to id of input and id of input is written to HTML): label wicket:for=cbLabel/label input type=checkbox wicket:id=cb/ However if reversed, the id of the input is not written to the HTML and therefore the label

Re: wicket:for does not work if used after the referenced component

2015-04-09 Thread Martin Grigorov
Hi, On Apr 9, 2015 2:46 PM, Andreas Kappler andreas.kapp...@jato-consulting.de wrote: Hi, in Wicket 6.18 this code works as expected (for attribute of label is set to id of input and id of input is written to HTML): label wicket:for=cbLabel/label input type=checkbox wicket:id=cb/ However