seem to work.
> >
> > Is there something I'm doing wrong in the code below?
> >
> > public void writeLabelAttributes(IMarkupWriter writer, IRequestCycle
> > cycle, IFormComponent component) {
> > if (isInError(component)) {
> >
. I've created my own ValidationDelegate and
>> tried
>> > to overwrite writeLabelAttributes(), but it doesn't seem to work.
>> >
>> > Is there something I'm doing wrong in the code below?
>> >
>> > public void writeLabelAttributes
re something I'm doing wrong in the code below?
> >
> > public void writeLabelAttributes(IMarkupWriter writer, IRequestCycle
> > cycle, IFormComponent component) {
> > if (isInError(component)) {
> > writer.appendAttribute("class", &
ng I'm doing wrong in the code below?
>
> public void writeLabelAttributes(IMarkupWriter writer, IRequestCycle
> cycle, IFormComponent component) {
> if (isInError(component)) {
> writer.appendAttribute("class", "error");
>
}
}
Thanks,
Matt
--
View this message in context:
http://www.nabble.com/Customizing-ValidationDelegate-with-writeLabelAttributes-tf4349798.html#a12393768
Sent from the Tapestry - User mailing list archive at Nabble.com.