[TYPO3-german] Frage zu f:cObject
Manuel Bachl
mb at sinn-zweck.de
Sun Apr 26 13:35:45 CEST 2015
Hallo liebe Leute,
ich habe gerade ein paar Schwierigkeiten mit dem cObject-Viewhelper.
Meine Codes:
Typoscript:
[...]
lib.clientdescription = CONTENT
lib.clientdescription {
current = 1
table = tt_content
select {
pidInList = |
orderBy = sorting
languageField = sys_language_uid
where = colPos=1
}
}
page = PAGE
page {
typeNum = 0
10 = TEMPLATE
10 {
template = FILE
template.file = fileadmin/template/html/tpl_kreationen_detailansicht.html
marks {
[...]
} # marks end
} # 10 end
} # page end
Fluid/HTML:
<f:cObject typoscriptObjectPath="lib.clientdescription" data="{clientpid}" />
Output:
Leer...
Weiss jemand was hier falsch sein könnte?
Mein Ziel ist es, aus einer bestimmten (Per Variable übergebene pid) Seite einen Inhalt auszugeben.
Danke für euer Nachdenken
More information about the TYPO3-german
mailing list