Sorry about sending this to general... either gmail ate my message to fw-db or it was denied :/

...

Any Placeholder data appears to get lost when using a combination of the action helper & partial...

I have something along the lines of:

edit.phtml:

<?= $this->action('action', 'controller') ?>

action.phtml:

<?= $this->partial('_bar.phtml', $data) ?>

If I use any of the head() helpers inside of _bar.phtml, they won't get appended into the layout. I'm not sure if this is a bug per-say; I could just be doing this in a retarded fashion.

Regards,
Eric

Reply via email to