I have a text component, and within it I have the text.jsp. To the text component, I added the property jcr:title and assigned value "Text" to it. In the text.jsp, I added the following snippet to read the jcr:title property.
String strText = properties.get("jcr:title", String.class);
I find that the strText is always having value null. Any idea what could be wrong? I am also attaching the component hierarchy here.