Re: Label tag wicket:for question

2011-08-12 Thread Jered Myers
Thanks that worked perfectly! On 08/12/2011 01:28 PM, Igor Vaynberg wrote: this has been changed in later commits, use Name instead of -igor On Fri, Aug 12, 2011 at 1:05 PM, Jered Myers wrote: I am using a label tag with wicket:for (Wicket 1.4.18) and the text of the label is not replacin

Re: Label tag wicket:for question

2011-08-12 Thread Igor Vaynberg
this has been changed in later commits, use Name instead of -igor On Fri, Aug 12, 2011 at 1:05 PM, Jered Myers wrote: > I am using a label tag with wicket:for (Wicket 1.4.18) and the text of the > label is not replacing as I expect. > > I am using a label tag in my HTML like so: > > > Name >

Label tag wicket:for question

2011-08-12 Thread Jered Myers
I am using a label tag with wicket:for (Wicket 1.4.18) and the text of the label is not replacing as I expect. I am using a label tag in my HTML like so: Name In my Java code: RequiredTextField firstName = new RequiredTextField("firstName") firstName.setOutputMarkupId(true)); firstName.se