Wicket doesn't track dirty components (because there are lot of
different ways you can consider a component "dirty"). But you can mark
your dirty dirty yourself (e.g. setting some flags) and then use a
visitor (MarkupContainer.visitChildren()) to find dirty components and
add them to AjaxRequestTarget.
-Matej
Artur W. wrote / napĂsal(a):
Hi!
I have complex dependencies between components on my page.
e.g. when user clicks on a button coupe of other components change.
Now I refresh them with AjaxRequestTarget and a lots of conditions.
Is it possible that Wicket automatically adds dirty component to the
AjaxRequestTarget.addComponent(...)?
Thanks for help,
Artur
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]