On Fri, 28 Mar 2008 12:56:44 +0100
"Martijn Dashorst" <[EMAIL PROTECTED]> wrote:

> You could replace the original ajax request target with a new one:
> 
> AjaxRequestTarget newAjax = new AjaxRequestTarget(getPage());
> getRequestCycle().setRequestTarget(newAjax);
> newAjax.addComponent(table);

I see, but I can't confidently replace the target that way, since there could 
be _other_ components being updated, unrelated to the table.. I'm sorry, I 
wasn't clear previously :(
Would it be a Bad Thing to add a protected 
AjaxRequestTarget.getMarkupToIdComponents() ?
Many thanks for your time!


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

Reply via email to