Hi Jcr team, I am facing an issue with retrieving value from jcr. It seems like the name of a component can't contain a number For example
<description granite:id="Key-1380275737505" jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/textfield" fieldLabel="Description" maxlength="{Double}4096.0" minlength="{Double}0.0" name="./jcr:content/metadata/1/dc:description"> </description> If the name is ./jcr:content/metadata/1/dc:description as shown above, the value saved can't be retrieved automatically and it's showing as an empty field on the UI. However if I change the name to ./jcr:content/metadata/a/dc:description, the textfield can retrieve the value without issue. Is this a known issue? Thanks! Allen