Hi, Am Donnerstag, den 07.04.2011, 12:22 +0100 schrieb Alexander Klimetschek: > On 07.04.11 09:17, "Felix Meschberger" <fmesc...@adobe.com> wrote: > >>the special array "*" would contain the names of the child resources > >> in the order provided by the resource resolver. > > Maybe we could just use a regular "illegal" property name like > >":child-node-order" or ":sling:child-node-order" instead of a single > >character. > > What about using ":order"?
The problem is that ":order" already is used by the Sling POST Servlet to define the order of newly inserted nodes... While I don't think we are walking into a collision here in the near future, I would like to either not use that name or correlate an potential update of Sling POST Servlet's use of the parameter, e.g. to define/update the order of nodes .... > > And the selector would be "order" as well (e.g. "foo.order.infinity.json"). sounds reasonable to me. Regards Felix