RE: Update Component on TextField Entry

2011-11-18 Thread Wilhelmsen Tor Iver
> use the TextField component and add OnChangeAjaxBehavior to it, then > from inside onEvent() you can repaint the list. And remember to put a WebMarkupContainer around the repeater since repeaters cannot be addressed by Ajax (due to reused markup and resulting synthesized ids). - Tor Iver ---

Re: Update Component on TextField Entry

2011-11-17 Thread Igor Vaynberg
use the TextField component and add OnChangeAjaxBehavior to it, then from inside onEvent() you can repaint the list. -igor On Thu, Nov 17, 2011 at 9:49 AM, Gregor Kaczor wrote: > Hi! > > I need a hint how to solve the following problem. > > I have a RepeaterView displaying a list of static links

Update Component on TextField Entry

2011-11-17 Thread Gregor Kaczor
Hi! I need a hint how to solve the following problem. I have a RepeaterView displaying a list of static links. Below there is a text field. As soon as something is entered in that textfield (not whitespace) I would like to replace those links with a list of completely different links contain