Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Dialog box change not updating

Avatar

Level 1

Using CQ 5.6.1, I have a problem when updating a dialog box used in the classic view.

After modifying a dialog box created for classic view, the updates don't appear on the page. E.g. I'm adding a new pathfield to make a link href text editable by authors. The new pathfield widget doesn't show up.

I tried refreshing the page, clearing my browser's cache, reactivating the component with treeactivation, clearing the dispatcher cache, nothing seems to resolve the issue.

Any advice or help would be very appreciated. Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 10

1. Check the value of property name

2. Make sure you are using same value in JSP to get data of pathfield

3. Ensure that updated pathfield value in getting stored in JCR

View solution in original post

3 Replies

Avatar

Level 10

Never saw this,

How you are adding new path field, are you adding new node of type cq:widgets or using drag and drop?

Can you please share dialog xml

Avatar

Correct answer by
Level 10

1. Check the value of property name

2. Make sure you are using same value in JSP to get data of pathfield

3. Ensure that updated pathfield value in getting stored in JCR