On 22.11.11 08:33, "毛进" <[email protected]> wrote: >And how can i get the multivalued property by using the feature of column >selector?
Use row.getNode() (since 2.0) to get the node and then normal JCR API
methods, such as node.getProperty("category").getValues() for a
multi-value node.
Or use QueryResult.getNodes() instead of getRows() right away.
Cheers,
Alex
--
Alexander Klimetschek
Developer // Adobe (Day) // Berlin - Basel
