No, user list is fine too. I haven't found the time to look at it yet.
Could you give us a bit more code?

Eelco

On 8/26/05, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote:
> Should I maybe post this again on the developers list?
> 
> - Johannes
> 
> Johannes Fahrenkrug wrote:
> 
> > Hi,
> >
> > this is my problem:
> >
> > I subclassed the TextField and created a TextFieldWithErrorIndicator 
> > class. I overrode the "onRender" method like so:
> >
> >  @Override
> >  protected void onRender() {      String clazz = 
> > this.hasErrorMessage() ? "error" : "no-error";      
> > getResponse().write("<span class=\"" + clazz + "\">");
> >    super.onRender();
> >    getResponse().write("</span>");
> >  }
> >
> > I did that in order to be able to highlight the input fields which 
> > contain errors.  It works fine with text fields that are added 
> > directly to the form. When I add them to a listView, however, it 
> > doesn't work anymore. I debugged the onRender method and found out 
> > that "hasErrorMessages" returns false when the field is within a listrow.
> >
> > The feedbackPanel on the page displays the correct error messages, 
> > though.
> >
> > Is that a bug or am I doing something wrong?
> >
> > - Johannes
> >
> >
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle 
> > Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing 
> > & QA
> > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to