Page Properties dialog is not able to fetch multifield data entered in a custom tab(AEM 6.1) | Community
Skip to main content
Level 2
January 10, 2018

Page Properties dialog is not able to fetch multifield data entered in a custom tab(AEM 6.1)

  • January 10, 2018
  • 1 reply
  • 4321 views

Hello,

I have a scenario wherein i have a separate template for pages showing course details and course timings. There are two components built(coursedetails and coursetimings) which display details about location wise timings of courses. These components fetch data entered via Page Properties dialog shown below with using java classes:

and below is the screenshot how it gets displayed on the page:

Whenever we again open the Page Properties dialog these multifield data disappears. Normal component dialogs are able to retain data from multifields in my project, but in case of Page Properties dialog its failing.  How should i make it work ?

Regards,

Surendra

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

1 reply

Level 3
January 11, 2018

Which Cumulative Fix Pack are you using? I've heard CFP 11 can cause this behavior. There's a constant CQ.PAGE_PROPERTIES_MAX_RECURSION_LEVEL defined in /libs/cq/ui/widgets/source/constants.js that will interfere with paths like pagenode/jcr:content/level1node/actualpropertynode. You need to overlay that file and increase the recursion level to the depth you require.

Level 2
January 12, 2018

Hi Joel,

Thanks for the quick reply. Wrongly mentioned version as AEM 6.1, but i am getting this error for both AEM6.1 and AEM 6.3.

dewanshis189253
April 30, 2018

Its Classic UI multifield, so I am assuming you would have written custom widget.

The format in which you want to store values can always be customized in setValue method.


Hi Team,

Getting same issue multifield component with in page properties not working. Please suggest.

Thanks

Dewanshi