In your page, you can maybe use the AjaxResponseRenderer and its
addCallback(JavaScriptCallBack) method. In your JavaScriptCallBack
implementation, you will call the fnDeleteRow method of the DataTable
widget : http://www.datatables.net/api




2013/1/31 rosecorp <rosecorp.soluti...@gmail.com>

> Hi Manu,
>
> Sorry I wasn't accurate enough.
>
> I Java code I listent to the event:
>
>         @OnEvent(value = "removeItem")
>         boolean onAd(String id) {
>                 service.deleteItem(id);
>                 return true;
>         }
>
> in tml:
>
> <p:removeCell>
>                                           <#>
>
>                                                  Remove
>
>                                 </p:removeCell>
>
>
> Removal works fine but ajax refresh still is a question to you :) how to do
> it in an easy an correct way.
>
> Cheers,
> Manu.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/datatables-tapestry-jquery-refresh-tp5719681p5719695.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey

Reply via email to