Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
2.05.01
-
None
-
None
Description
The method HstResponse.getChildContentNames does not return the names of child nodes in the order specified in the repository. Instead, the names are always returned in alphabetical order. This limits the use of this method to dynamically iterate through all child components, as described at [1].
Steps to reproduce:
1. create a component with two child component "b" and "a" (in that order)
2. use the method described at [1] to include these components in a JSP page by iterating over all child content names
Expected behavior: component 'b' is included before component 'a'
Actual behavior: component 'a' is included before component 'b'