Bug #7882

wrong section rendering with <f.form.textbox />

Added by Mario Näther about 5 years ago. Updated almost 5 years ago.

Status:Closed Start date:2010-05-24
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:ViewHelpers
Target version:-
Has patch: Affected Flow version:

Description

I have a Section :

<f:section name="defaultSearch">
<f:form.textbox name="text" class="date" value="" />
</f:section>

my html output is right...

<input type="text" name="tx_myext_pi1[text]" value="" />

and i use the renderViewHelper to show the section

<f:render section="defaultSearch" />

my html output is wrong (without the "tx_myext_pi1" prefix) ...

<input type="text" name="text" value="" />

any ideas who i find the bug?


Related issues

duplicates TYPO3.Fluid - Feature #4277: Putting form fields in a partial causes error Resolved 2010-06-18 2010-06-18

History

#1 Updated by Sebastian Kurfuerst about 5 years ago

  • Status changed from New to Closed

duplicate.

Also available in: Atom PDF