Ticket #30 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

ViewComponent RenderView forwarding Content collection

Reported by: Chadly Assigned to:
Priority: major Component:
Keywords: Cc:

Description

It seems when I use a content tag in a viewcomponent view, it does not add it to the Content dictionary.

viewcomponent view:

<content name="head">

<script type="text/javascript" src="whatever.js" />

</content>

layout:

<use content="head" />

no dice in the layout...

Change History

07/29/08 20:48:45 changed by louis.dejardin

  • status changed from new to closed.
  • resolution set to fixed.

The content dictionary needed to be forwarded to the second view instance, and any new entries needed to be backfilled.