Re: Customizing ValidationDelegate with writeLabelAttributes

2007-09-13 Thread Igor Drobiazko
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)) { > >

Re: Customizing ValidationDelegate with writeLabelAttributes

2007-09-13 Thread mraible
. 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: Customizing ValidationDelegate with writeLabelAttributes

2007-09-13 Thread Johan Maasing
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", &

Re: Customizing ValidationDelegate with writeLabelAttributes

2007-09-13 Thread mraible
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"); >

Customizing ValidationDelegate with writeLabelAttributes

2007-08-29 Thread mraible
} } 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.