Hi Lindemann

The '_getParam' method was used previously to retrieve request variables from the dispatcher token. However, you've now got a request object that takes care of that instead.

Try:-

$request = $this->getRequest();
$id = $request->id;

...from inside your action.
Source Code:

 $zielgruppe_id = $this->_getParam('id');

--

Simon Mundy | Director | PEPTOLAB

""" " "" """""" "" "" """"""" " "" """"" " """"" "  """""" "" "
202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000
Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 4124
http://www.peptolab.com


Reply via email to