Tag contentNodeIterator end attribute doesn't work as expected
--------------------------------------------------------------
Key: MAGNOLIA-2804
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2804
Project: Magnolia
Issue Type: Bug
Components: taglibs
Affects Versions: 4.1
Reporter: Christian Strappazzon
Assignee: Fabrizio Giustina
Priority: Minor
Given:
{noformat}
<cms:contentNodeIterator contentNodeCollectionName="${items}"
varStatus="status" begin="2" end="5">
....
</cms:contentNodeIterator>
{noformat}
The end element isn't the fifth element, but the seventh. If I want display
from second to fifth element the code will be:
{noformat}
<cms:contentNodeIterator contentNodeCollectionName="${items}"
varStatus="status" begin="2" end="3">
....
</cms:contentNodeIterator>
{noformat}
In other word the end attribute works like a step.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------