Andriy Kushnarov wrote:
Hi Andriy,
> I've got controller action:
> public function singleAction(Tx_Extension_Domain_Model_P1 $p1 = NULL) {
> ...
> }
>
> I do not recieve propper $p1, always NULL
Do you get the object, if you put an
<f:debug title="Pi1">{pi1}</f:debug>
in the first template?
Bastian