Justin:
So because I'm a little slow, let me be sure I understand what you mean when
you said:
> /orders/{orderID}/lineItems - a sling:OrderableFolder
I can't find a reference to a property called sling:OrderableFolder
so I'm guessing that you mean, I should create a folder node
props.put("jcr:primaryType","nt:folder");
but It's not clear to me how to make a folder "orderable"..
There's this text:
common parent node is defined as having orderable child nodes
Seems to imply it's an attribute of the node type, so
does that imply that a folder is intrinsically orderable?
Tony