you're welcome.

  Gerolf

On Tue, Mar 11, 2008 at 12:44 PM, Alonso Sanchez, Daniel <
[EMAIL PROTECTED]> wrote:

> 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]
>
>

Reply via email to