[TYPO3-mvc] Viewhelper "tags not properly nested" issue

Till Wimmer g4-lisz at tonarchiv.ch
Thu Mar 28 18:13:51 CET 2013


Hi there!

I wrote this viewhelper, see attachement.

The template code looks like this:

<f:if condition="{demand.pageId}=={settings.sucheRehaPid}">
  <h:rehaKat klinik="{entfernung.klinik}" demand="{demand}" as="kat">
    <td><f:if condition="{kat.isStationaer}">&#10003;</f:if></td>
    <td><f:if condition="{kat.isAmbulant}">&#10003;</f:if></td>
  </h:rehaKat>
</f:if>

I always get this error:

"Templating tags not properly nested. Expected:
Tx_Hplusinfo_ViewHelpers_RehaKatViewHelper; Actual:
Tx_hplusinfo_ViewHelpers_RehaKatViewHelper"

which makes no sense at all...

Any idea what's wrong?

Cheers,
Till


More information about the TYPO3-project-typo3v4mvc mailing list