This also works out of the box with a DirectLink and you can even update a component when some javascript or dom event is triggered by simply adding an EventListener to your page class. E.g.

@EventListener(targets="targetComponent", events="onmousover")
public void updateSomething(IRequestCycle cycle)
{
  cycle.getResponseBuilder().updateComponent("componentToUpdate");
}

Uli

Loïc Talbot schrieb:
Hi Uli,

I didn't say I was using form component. So I cannot use your solution.

Loïc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to