扩展在前端显示html

问题描述 投票:0回答:0

我是Typo3开发的新手。 我正在使用Typo3版本6.2.0。 我使用扩展程序buider创建了一个自定义扩展程序。 它的工作是基本的,只需注册两个值name和id。

扩展程序显示了新注册的链接,但之后它在页面上显示了Fluid + html标记,而不是呈现的输出(文本框和表单)。

请帮我解决这个问题。

 <form name="newTest" action="index.php?id=24&amp;tx_tl1_t...<form name="newTest" action="index.php?id=24&amp;tx_tl1_tl2%5Baction%5D=create&amp;tx_tl1_tl2%5Bcontroller%5D=Test&amp;cHash=b3050554aab196ddb3773dbb3eefda3c" method="post">
<input type="hidden" name="tx_tl1_tl2[__referrer][@extension]" value="Tl1" />
<input type="hidden" name="tx_tl1_tl2[__referrer][@vendor]" value="Cts" />
<input type="hidden" name="tx_tl1_tl2[__referrer][@controller]" value="Test" />
<input type="hidden" name="tx_tl1_tl2[__referrer][@action]" value="new" />
<input type="hidden" name="tx_tl1_tl2[__referrer][arguments]" value="YToyOntzOjY6ImFjdGlvbiI7czozOiJuZXciO3M6MTA6ImNvbnRyb2xsZXIiO3M6NDoiVGVzdCI7fQ==a98b3f0778be75a7fc4b7f2fbe9f541196f8c763" />
<input type="hidden" name="tx_tl1_tl2[__trustedProperties]" value="a:1:{s:7:&quot;newTest&quot;;a:1:{s:8:&quot;username&quot;;i:1;}}18e3421cc9d103c83147f40c4a539581aef5788e" />
Username

<input type="text" name="tx_tl1_tl2[newTest][username]" />
<input type="submit" name="" value="Create new" />
</form>
typo3 fluid-layout extbase typo3-6.2.x
© www.soinside.com 2019 - 2024. All rights reserved.