PDA

View Full Version : dapper and dhtml extension do not work?



ajslaghu
03-18-2009, 02:46 PM
Hi

I am working on tryin gto get a grasp on extensions..

{{ dapp.Table{name: "VacaturesSVB"} }} works like a charm....

but...

{{ dapp.Run{name: 'VacaturesSVB', publish: @test} }}

{{ dhtml.table{ columns: [ { field: 'Functie', label: 'Name' }, { field: 'Plaats', label: 'Plaats' }, { field: 'Datum', label: 'Datum' },
{ field: 'Omschrijving', label: 'Omschrijving' } ] , subscribe: @test }
}}
Won't?

As i try to debug with pagebus:

{{ pagebus.alert{subscribe: @test} }}
gives nothing but:

{{ pagebus.alert{} }}
Gives a message from 'Dapp78hwij'

So the publishing doesn't go well. Any suggestions?