Thanks for the example.Here we are passing static value from Java to Jsp using sling service.Example :Am passing one textfield value.In jsp i can retrive <%=properties.get("textfieldName",String.class)%>or in JSTL ${properties.textfieldName}How i can get in java? Thanks in advance
Thanks Edubey for the reply.Example : Navigation component:Navigation logical we can do directly in Jsp But my idea is to do logical like list of children and other things in java, only i need to pass value to jsp.how i can create link between jsp and java?Help me to understand that.
Hi am new to CQI am trying to write java class for dialog.Can any one please share any document to refer.My idea : from dialog, i need to get properties and need to store in Crx. Thanks,Seetha