AdobeID24
AdobeID24
13-07-2019
Hi ,
I am just trying very simple scenerio ....no maven structure code and all ...just one template which is pointing to pagelevel component (called site ) and that component is inheriting wcm foundation page component and now i am copying body.html and just added only one line that is for adding parsys .
but when i m trying to create page after selecting template pageproerties is not coming where i put title and all for page create and even create button is also disabled .
Please help if I am missing something .
I am adding schreenshot as well for better clarifiaction.
AdobeID24
AdobeID24
13-07-2019
Tuhin_Ghosh
Tuhin_Ghosh
14-07-2019
What version of AEM you're using?
If you are using 6.3 or higher, Could you check if changing the super type to core/wcm/components/page/v1/page makes any difference?
Thanks
Tuhin
Teja_G
Teja_G
16-07-2019
I hope you didn't make any changes for cq:dialog resides under /libs/wcm/foundation/components/page.
You wont be seeing this properties when there is any error with the cq:dialog (/libs/wcm/foundation/components/page/cq:dialog or /libs/wcm/foundation/components/basicpage/v1/basicpage/cq:dialog).
Just cross check whether any changes made to it bymistake or just replace cq:dialog from any other libs page component to make it work!
AdobeID24
AdobeID24
16-07-2019
No I have not made any changes in that . out of the box component I am just using by slingresourceSuperType ./libs/wcm/foundation/components/page. and after that in apps in my component i copied the body.html and removed everything and added a parsys thats all.
bt still page dailog is not opening
AdobeID24
AdobeID24
16-07-2019
I am using 6.3 version . and what you suggested that also i tried but thats didnt work .
Arun_Patidar
MVP
Arun_Patidar
MVP
17-07-2019
Hi,
I tried same and works for me.
Could you please try with my package
aem63app-repo/my-site-1.zip at master · arunpatidar02/aem63app-repo · GitHub
AdobeID24
AdobeID24
17-07-2019
It would be better if you will point of specific your change from this standard maven archetype project ...where you made the chnages in the project ?
If I need to add parsys by default in page how I will make that ?
Beasue I have tried the same and changedd the page.html putting data sly resource parsys bt after that parsys will come in the page but not able to configure it .Parsys is not configurable .
AdobeID24
AdobeID24
17-07-2019
even I am having same maven project which works smoothly in AEM 6.1 but if I installed the same project exactly in AEM 6.3 version it is not working .
in AEM 6.1 parsys is clickable in design and edit mode but in AEM 6.3 same is not working . I am not able to click the parsys to configure any component and all.
AdobeID24
AdobeID24
17-07-2019
Highlighted one is my customised template and pagelvel component and one coponent I made and in body.html I have just added the parsys . The above pic works smoothly in aem 6.1 .If same project i deploy in AEM 6.3 It doesnot work parsys appears but not clickable .
Please suggest on this .(The project is maven project only . like Arun Shared )