Hey Kollege,
komm mal in mein Büro, dann schauen wir gemeinsam kurz rauf ;-)

Ich vermute der Fehler liegt am pidInList anstatt uidInList bei dem CONTENT oder du machst bei dem RECORDS noch das renderObj.tt_content = ... In der Doku gibt es dafür ein gutes Beispiel:

http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/8/#id4251248

Grüße
Hendrik

Am 24.11.2011 11:14, schrieb Paul Golmann:
Hallo!

Ich habe ein Inhaltselement mit HTML. Diese beinhaltet eine recht
komplexe Navigation. Diese möchte ich ohne irgendwelche wrapper ausgeben.

typo3 4.5.7, TemplaVoila! (v1.5.5)

Mit Wrapper klappt es so:

lib.mainMenu = RECORDS
lib.mainMenu {
stdWrap.innerWrap >
tables = tt_content
source = tt_content_1640
}

Wenn ich es ohne versuche klappt es nicht:

lib.mainMenu = CONTENT
lib.mainMenu {
table = tt_content
select {
uidInList = 1640
selectFields = bodytext
max = 1
}
renderObj = COA
renderObj.10 = TEXT
renderObj.10 {
field = bodytext
}
}

Was mache ich falsch?


Danke

Paul Golmann

_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an