javax.jcr.ValueFormatException after adding new image to the floating image gallery
Hi All,
Am trying to add an image to the floating image gallery in the author page and sometimes after adding an image, the page is taken down with an exception:
javax.jcr.ValueFormatException: fileReference =[folder/test/testimage/xyz,]is multi-valued. => Note the comma getting added at the end of image name.
when i try to see the image nodes under the floating image gallery, it has a node saying image$ sometimes and also the image node with filereference name appended with a comma at the end.
Can you please help me on how to resolve this issue:
1. why the image$ node is getting created?
2. why the filereference property for some image nodes are appended with a comma?
3. How to control this behaviour?
Thanks...