Re: [Wicket-user] Ajax Component Display Question

2007-02-16 Thread Igor Vaynberg
i have created a rough cut of the implementation. it can use a little cleaning up and i will try to get to that when i have some more time, or if you are going to read through it feel free too :) -igor On 2/16/07, spencer.c <[EMAIL PROTECTED]> wrote: Update: This worked for me. I have added

Re: [Wicket-user] Ajax Component Display Question

2007-02-16 Thread spencer.c
Update: This worked for me. I have added a wiki article, in case anyone else needs help implementing this sort of behavior. http://cwiki.apache.org/confluence/display/WICKET/Adding+Dynamic+Field+Prompts+or+Hints igor.vaynberg wrote: > > i think the best thing to do is to use javascript for t

Re: [Wicket-user] Ajax Component Display Question

2007-02-15 Thread Igor Vaynberg
i think the best thing to do is to use javascript for this rather then an ajax trip back to the server. i have done this exact thing in the past with mootools and it worked out very nicely. check out mootools and their tooltips class. what i did was copy and paste and rename that class, change th

[Wicket-user] Ajax Component Display Question

2007-02-15 Thread spencer.c
I have a form on my page, and I would like to display a usage hint to the user when they enter the field, and remove it when they exit the field. This isn't validating behavior, just some rich interaction. As best I can tell, the correct thing to do would be: i) Create two AjaxFormComponentUpd