[TYPO3] content from TS

Andrea Giorgini a.giorgini at norvlit.de
Wed Nov 29 09:47:14 CET 2006


Hi all,

is it correct to do something like this:

temp.POM = CONTENT
temp.POM {
	table = tt_products
	wrap = |
	select {
        	selectFields = title,image
        	where = offer=1
        }
        renderObj=COA
  	renderObj {
		...
	}
}

content = COA
content {
	10 < temp.POM
	10.wrap = |
}

marks.CONTENT < content

or is not?

because I think the temp.POM object is correct, but the result is empty...

Thx a lot

Andrea


More information about the TYPO3-english mailing list