On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I am using the AjaxFallBackDataTable from the wicket-extensions project.
Using this component I am rendering some entities, and I also have a
delete link
for deleting the displayed entities.
The delete link is AjaxFallBackLink.
My question is, once the link is submitted over ajax, and the entity is
deleted, is there
a way to force the Table to update, (over ajax ), without having to reload
the page ?


add it to the ajaxrequesttarget available in your link's onclick. since its
a fallback link make sure you test the target for null. see javadoc.

-igor





thanks

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to