Hello, I try additem collection from controller. example
public function additempopup()
{
$data = array('nom' =>$itm1, 'nom1' =>$itm2, 'nom2' =>$itm3);
$obj = new Varien_Object($data);
Mage::getModel('list/list')->getCollection()->addItem($obj);
}
later, I want to go to grid custom, but I can't see the item.
My intension is add item collection and later save, when i click save the button. from catalog_ product