Issue Type: Bug Bug
Affects Versions: 4.5.7
Assignee: Unassigned
Components: activation, templating
Created: 07/Aug/13 7:23 AM
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
Project: Magnolia
Labels: framework
Priority: Blocker Blocker
Reporter: Anand Shah
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: <[email protected]>
----------------------------------------------------------------

Reply via email to