Default property is getting in the includeded component
Hello,
I am including a component(contact) at the time of page creation like below in the middle.jsp
<div class="span9 main-center" role="main">
<cq:include path="content-left" resourceType="foundation/components/parsys" />
<cq:include path="content-center" resourceType="components/content/test/contact"/>
</div>
I have one text in the dialog of incude component its has default text value.I have successfully included a component but the component that i have included does work if and only if I open the dialog and click on ok button Even though I did not changed the text value.If i did not open the dialog of included component it does not works and text will not display default value in the included component section.please help what i am missing.Thanks.