Hello, This may be a stupid question, but i have set a property in one node, a String [] property like this
String[] array = {"bla","ble"};
node.setProperty("myProperty",array);
...but there is no method to get a String[] property...or is there?
I was expecting to find something like this:
String [] strings = node.getProperty("myProperty").getStrings() ... like
there is for every other property that i can insert in a node...
Katia Santos
