Page Creation Dialog Fails to render Image Field | Community
Skip to main content
New Participant
October 14, 2022
Solved

Page Creation Dialog Fails to render Image Field

  • October 14, 2022
  • 1 reply
  • 657 views

Tried to add a file upload field on Page component, but tough it works on page properties update dialog is not working on page creation on which is not rendering correctly and the select image from DAM button is not working. I'm suing AEM 6.5.11. Anyone with the same issue, any ides to solve?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jineet_Vora

@jusepul - Most likely you are missing one of the key properties for that upload field node which is cq:showOnCreate which should be true. Please find further details here:

https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/page-properties-views.html?lang=en

 

Hope this helps!

Jineet

1 reply

Jineet_Vora
Jineet_VoraAccepted solution
New Participant
January 20, 2023

@jusepul - Most likely you are missing one of the key properties for that upload field node which is cq:showOnCreate which should be true. Please find further details here:

https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/page-properties-views.html?lang=en

 

Hope this helps!

Jineet