Project

General

Profile

Actions

Bug #68049

closed

Raw Fluid Form Output

Added by Sam AG almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2015-07-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

When trying to render a form, either the fluid or the classic way, I just get the raw output of it, as if would be a problem with the form-rendering itself. All other tags get interepreted, unlike the form ones.

Some information:
  • Local XAMPP Installation
  • Using Fluid in own Extbase Extension
  • Basic ExtensionManager Extension
  • Basic TYPO3 Installation without any configurations made
  • Template Analyzer doesn't show any errors

Unfortunately, I can't provide further information.

Actions #1

Updated by Georg Ringer almost 9 years ago

  • Status changed from New to Needs Feedback

are you using something like

<f:format.html>{content}</f:format.html>
in your code?

better use

<f:cObject typoscriptObjectPath="lib.content.main" />

and in your TS:
lib.content.main < styles.content.get
Actions #2

Updated by Sam AG almost 9 years ago

Thank you very much Georg. it was exact this case you mentioned. parsefuncRTE from the format viewhelper filtered the form.

Actions #3

Updated by Wouter Wolters almost 9 years ago

  • Status changed from Needs Feedback to Closed

Solution given. Will cloes this ticket now.

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

just for the record:

There is also <f:format.raw> .

And what about install VHS and then use <v:content.render column="1" /> ?

Actions

Also available in: Atom PDF