On 26/01/12 16:03, André Fiedler / ö_konzept Zwickau wrote:
> 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>
> 

You need to things that an argument comes in: An action with execute
function and a validator.

Maybe something like this is missing:

            <validator name="type" class="string" required="false">
                <argument>type</argument>
            </validator>

Kind regards,
 Marius.


-- 
http://www.itsocks.de - Deep in their roots all flowers keep the light.
PGP: 0x53FA79D0 (https://users.itsocks.de/~mhein/pgp/mhein.asc)


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

Reply via email to