<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="margin-left: 40px;"><br>I 
believe 
you 
need 
to 
specify 
the 
id 
as 
you 
instantiate 
the 
delete&nbsp; <br>action.<br><br>For 
kicks, 
can 
you 
try<br><br>my 
$del_action 

$request-&gt;as_delete_action;<br><br></div></div>this worked. I also added a unique moniker to as_delete_action, although I don't know if that's necessary.<br>Now I have a unique action object for each row in a table. I don't know how bad it would be for the browser's <br>memory footprint and CPU usage if there are few dozens of rows in the table.<br><br>If I want to use checkboxes&nbsp; instead of&nbsp; Delete links, and a single "Delete selected" button at the bottom of the table, <br>I suppose I need to create a new action class for that?<br><br><br></div></div></body></html>