Here's a previous thread I just found that deals with my issue:

http://www.mail-archive.com/[email protected]/msg18324.html

However, their solution doesn't fix my problem entirely.  In my
situation, my component that's required isn't visible upon the first
render.  I've got an onblur event causing it to become enabled (if a
user types in a certain field, other required fields become
visible/required).  So, I actually do need it to render during a
particular ajax request.  :(

On Tue, Mar 23, 2010 at 5:00 PM, James Carman
<[email protected]> wrote:
> I'm using that exact code.  It doesn't work for my ajax situation.
>
> On Tue, Mar 23, 2010 at 4:59 PM, Fernando Wermus
> <[email protected]> wrote:
>> see london wicket. I dont know if it is an *, but looks nice.
>>
>> On Tue, Mar 23, 2010 at 5:52 PM, James Carman 
>> <[email protected]>wrote:
>>
>>> 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 quite funny, but I just don't think my users
>>> will get it.  I've tried using a border and I've also tried doing it
>>> as a behavior.  Either way I get the endless string if "*"s.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>>
>> --
>> Fernando Wermus.
>>
>> www.linkedin.com/in/fernandowermus
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to