Style picker in RTE is not showing up the dropdown values from options.js after service pack upgrade 6.5.21 | Community
Skip to main content
New Participant
July 3, 2024

Style picker in RTE is not showing up the dropdown values from options.js after service pack upgrade 6.5.21

  • July 3, 2024
  • 3 replies
  • 1288 views

Style Picker in RTE is not showing up the dropdown values from options.js in AEM after service Pack 6.5.21  upgrade.

 

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

3 replies

kautuk_sahni
Employee
July 8, 2024

@mahesh_kumarpo Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you! 

Kautuk Sahni
MukeshYadav_
New Participant
July 3, 2024

Hi,

Could you plz check if your are getting any error on the console.

Pls post here if any error which might help people in conclusion.

Thanks, 

arunpatidar
New Participant
July 3, 2024

Hi @mahesh_kumarpo 
Can you check the error log, could be issue with API upgrade. I have seen same issue while creating the dropdown in AEMaaCS.

 

Please let me know what code are you using to fetch dropdown.

Sample code for datasource with uupdated apis : https://github.com/arunpatidar02/aemaacs-aemlab/blob/master/core/src/main/java/com/community/aemlab/oneweb/core/servlets/ds/PopulateTouchUIDropdownFromJSON.java 

 

Arun Patidar
New Participant
July 3, 2024

Hi @arunpatidar  We are using the data source(interface & implement class) where it iterates the options.json values for the style picker dropdown to populate

arunpatidar
New Participant
July 3, 2024

Hi @mahesh_kumarpo 
Could you please check the error logs on Author?

 

You might be facing issue with java imports i.e. com.adobe.cq.commerce.common.ValueMapDecorator; 

try changing to org.apache.sling.api.wrappers.ValueMapDecorator;

Arun Patidar