Sorry again... just only one thing more (I promise this is the last).
Taking your advice as starting point... is there any way to add the
feedback message produced by the error to the image "alt" attribute?

Thanks again for all your help.

-----Mensaje original-----
De: Alonso Sanchez, Daniel [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 11 de marzo de 2008 12:45
Para: users@wicket.apache.org
Asunto: RE: How can i Customize the style of Feedback Messages ?

Fantastic! Sorry for disturbing :P Thanks again 

-----Mensaje original-----
De: Gerolf Seitz [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 11 de marzo de 2008 12:39
Para: users@wicket.apache.org
Asunto: Re: How can i Customize the style of Feedback Messages ?

> 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: users@wicket.apache.org
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to