[TYPO3-project-formidable] Can't get param value from a nested renderlet...

Stig Nørgaard Færch snf at dkm.dk
Fri May 15 14:06:33 CEST 2009


Another example:

I have tried to nest this example:
http://formidable.typo3.ug/features/accessibility-with-unobtrusive-js.html

with this code:
<renderlet:BOX name="test">
	<childs>

	</childs>
</renderlet:BOX>


I replaced this code:
return $this->aORenderlets["box-result"]->majixSetHtml($sMessage);
with this code:
return 
$this->aORenderlets["test"]->aChilds["box-result"]->majixSetHtml($sMessage);

It seems that I get the same behaviour as in the other example...

So the question is if I'm doing something wrong - or if it is a missing 
feature?? :-)


/Stig


More information about the TYPO3-project-formidable mailing list