Magento 1.9.1.0
I am new to magento. i am working on extensions. I created an extension that will store data in data. When i click on add new item it give 404 error. 'Edit Item' is working properly.
Asked
Active
Viewed 111 times
-2

tereško
- 58,060
- 25
- 98
- 150

Owais Kiani
- 355
- 1
- 6
- 26
1 Answers
0
I worked on it and got the answer.
public function newAction()
{
$this->_forward('edit');
}
In this function i changed $this->_forward('testedit');
to $this->_forward('edit');
and it worked.

Owais Kiani
- 355
- 1
- 6
- 26