[Typo3-dev] using flexform in extension records

Tonni Aagesen goto at dev.null
Sun Sep 5 17:23:31 CEST 2004


Tonni Aagesen wrote:

> Now, I get an error in the "record-view" saying that: "Data Structure 
> ERROR: No source value in fieldname "list_type"". I haven't been able to 
> figure out the ds_pointerField usage from reading core api, so if you 
> could explain?

Found it... points to the "ds" array key (which I was missing)

Grrr.... stupid mistake on my part..:

>         "ds_pointerField" => "list_type",
>         "ds" => "FILE:EXT:myext/flexform_ds.xml",

Should be:

"ds_pointerField" => "foobar",
"ds" => Array (
     "foobar" => "FILE:EXT:myext/flexform_ds.xml",
)


Blind I am!

-- 
Best regards
Tonni Aagesen
www.cazoo.dk




More information about the TYPO3-dev mailing list