I’m developing a component (backend). I got a listview with a $_GET that contains a ID number
and i want to send the $_GET to the add view
(JToolBarHelper::addNew('item.add', 'JTOOLBAR_NEW');)
But i don’t find any good solution on this, i have inserted the value in listviews form, but i am not possible to take it out. I tried to create a add function in the controller for my add/edit view but is dosen’t work. Hope someone can help me out.
You might consider JApplication/JSession like this