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

Reply via email to