Hi,

 

I´ve defined an slot in output_types.xml and tried to pass parameters to
this slot like this:

 

<slot name="javascript" module="Application" action="Widgets.Foo">

    <ae:parameter name="type">javascript</ae:parameter>

</slot>

 

But if I try to read this parameter in the execute (or executeRead) method
of the Widgets.FooAction, its empty. Why?

 

public function executeRead(AgaviRequestDataHolder $rd) {

        $this->context->getLoggerManager()->log('action: ' .
$rd->getParameter(‘type’) . "\n");

}

 

Any hints why this is happen?

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to