[TYPO3-project-formidable] Process and templates

Martin Claus mc.laus at gmx.de
Thu Aug 14 17:16:15 CEST 2008


Hi again,

after some research I came to the conclusion that this is not a  
template issue. The problem is again boxes nested in boxes. The  
following xml will output "should display" and "not display" instead  
of only "should display":

<renderlet:BOX name ="temp">
	<process>true</process>
	<childs>
		<renderlet:TEXT renderonly="true">
			<data value="should display"/>
		</renderlet:TEXT>
		<renderlet:TEXT renderonly="true">
			<process>false</process>
			<data value="not shure" />
		</renderlet:TEXT>
		<renderlet:BOX name="temp2">
			<process>false</process>
			<childs>
				<renderlet:TEXT  renderonly="true">
					<data value="not display" />
				</renderlet:TEXT>
			</childs>
		</renderlet:BOX>
	</childs>
</renderlet:BOX>

I'm using Box renderlets to group other renderlets in subforms,  
therefore a behavior like expected would be really great.

Looking cheerfully forward to the next rev :)
With kind regards

Martin

> Hi List,
>
> I'm using a template and some of the elements use a process tag. But
> the result of the process userobj is ignored if the renderlet is
> directly mentioned in the template. Is there anything I have done  
> wrong?
>
> With kind regards,
>
> Martin Claus
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-formidable



More information about the TYPO3-project-formidable mailing list