[TYPO3-german] Extbase: findAll() liefert immer denselben Wert

Bastian Börschig facesitting.bull at googlemail.com
Wed Sep 17 12:25:51 CEST 2014


Da hab ich nix verändert, die sieht so aus:
<table  class="tx_wordtest" >
	<tr>
		<th><f:translate key="tx_wordtest_domain_model_word.wid" /></th>
		<th><f:translate key="tx_wordtest_domain_model_word.baseword" /></th>
		<th> </th>
		<th> </th>
	</tr>

	<f:for each="{words}" as="word">
		<tr>
			<td><f:link.action action="show" arguments="{word : word}"> {word.wid}</f:link.action></td>
			<td><f:link.action action="show" arguments="{word : word}"> {word.baseword}</f:link.action></td>
			<td><f:link.action action="edit" arguments="{word : word}">Edit</f:link.action></td>
			<td><f:link.action action="delete" arguments="{word : word}">Delete</f:link.action></td>
		</tr>
	</f:for>
</table>


More information about the TYPO3-german mailing list