Re: Required Border...

2010-03-24 Thread James Carman
? Doesn't they fit your need? I think they worked with ajax. Gabriel. jwcarman wrote: Does anyone have a required border class (something that automatically puts a little red * next to a required field)? -- View this message in context: http://old.nabble.com/Required-Border

Re: Required Border...

2010-03-24 Thread TahitianGabriel
change the hierarchy by adding my component *to* the border component (it doesn't implement IComponentBorder as required by the setComponentBorder method). Or, am I not understanding how to use it (or something like it)? -- View this message in context: http://old.nabble.com/Required-Border

Re: Required Border...

2010-03-24 Thread James Carman
as required by the setComponentBorder method).  Or, am I not understanding how to use it (or something like it)? -- View this message in context: http://old.nabble.com/Required-Border...-tp28006887p28019255.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Required Border...

2010-03-24 Thread James Carman
it (or something like it)? -- View this message in context: http://old.nabble.com/Required-Border...-tp28006887p28019255.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Required Border...

2010-03-24 Thread TahitianGabriel
. -- View this message in context: http://old.nabble.com/Required-Border...-tp28006887p28021216.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Required Border...

2010-03-23 Thread James Carman
Does anyone have a required border class (something that automatically puts a little red * next to a required field)? I have one that I'm using, but it doesn't work under ajax! When the component gets updated via ajax, it keeps appending little red *s to the markup. Don't get me wrong, it's

Re: Required Border...

2010-03-23 Thread Fernando Wermus
see london wicket. I dont know if it is an *, but looks nice. On Tue, Mar 23, 2010 at 5:52 PM, James Carman ja...@carmanconsulting.comwrote: Does anyone have a required border class (something that automatically puts a little red * next to a required field)? I have one that I'm using

Re: Required Border...

2010-03-23 Thread James Carman
: Does anyone have a required border class (something that automatically puts a little red * next to a required field)?  I have one that I'm using, but it doesn't work under ajax!  When the component gets updated via ajax, it keeps appending little red *s to the markup. Don't get me wrong, it's

Re: Required Border...

2010-03-23 Thread James Carman
a required border class (something that automatically puts a little red * next to a required field)?  I have one that I'm using, but it doesn't work under ajax!  When the component gets updated via ajax, it keeps appending little red *s to the markup. Don't get me wrong, it's quite funny, but I just

Re: Required Border...

2010-03-23 Thread TahitianGabriel
How about FormComponentFeedbackIndicator and FormComponentFeedbackBorder? Doesn't they fit your need? I think they worked with ajax. Gabriel. jwcarman wrote: Does anyone have a required border class (something that automatically puts a little red * next to a required field