Issue Type: Bug Bug
Affects Versions: 4.5.7, 4.5.10
Assignee: Roman Kovařík
Components: templating
Created: 14/Aug/13 12:17 PM
Description:

We are having one area that is configured as
optional = true
floating = true
type = list

the area has following structure in templateScript with jsp renderer.

<div class='outer'>
<div class-'inner'>
<c:forEach items="$

{components}

" var="component">
<cms:component content="$

{component}

" />
</c:forEach>
</div>
</div>

we have NOT added that area using '+' button in edit mode, but still it generates following structure in public mode when activated.

<div class='outer'>
<div class-'inner'>
</div>
</div>

Environment: Author & Public both on same tomcat
Fix Versions: 4.5.11
Project: Magnolia
Labels: framework
Priority: Blocker Blocker
Reporter: Kaushal Parikh
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to