I am uploading nodes using the :order option. This works great, the nodes are
correctly ordered when browsing the JCR.

workorders
  templates
    1
      main
         test_1
         test
         test_0


when i retreive the child nodes using:
    http://slinghome:8090/workorders/templates/1/main.infinity.json

The response returns the child nodes in random order:
test
test_1
test_0

How do I return the nodes in the order appear in the jcr? Do I create main
using sling:orderedFolder mixin? It seems like the default behavior should
be to return nodes in order.

Thx.



--
View this message in context: 
http://apache-sling.73963.n3.nabble.com/Getting-ordered-nodes-tp4030376.html
Sent from the Sling - Users mailing list archive at Nabble.com.

Reply via email to