> The things is that if there is an error, a red "*" is showed, not the
> image file I want... what things am I doing wrong?
>
subclass FormComponentFeedbackIndicator and provide your own markup:
MyFCFI.java:
class MyFCFI extends FormComponentFeedbackIndicator {
...
}
MyFcFI.html:
<wicket:panel><img src="error.png"/></wicket:panel>
Gerolf
>
> Thanks again to everybody
>
>
>
> -----Mensaje original-----
> De: Gerolf Seitz [mailto:[EMAIL PROTECTED]
> Enviado el: martes, 11 de marzo de 2008 12:10
> Para: [email protected]
> Asunto: Re: How can i Customize the style of Feedback Messages ?
>
> >
> > My goal is to show an image icon next to each erroneous input field :D
> >
>
> see FormComponentFeedbackBorder or FormComponentFeedbackIndicator
>
> Gerolf
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>