My parent component has cq:isContainer set to true and has a childeditor field in it. I am able to select components from my allowed component list. But im unable to reoder them in the crxde or even in the parent component dialog.
Solved! Go to Solution.
Views
Replies
Total Likes
i was using hashmap to fetch child nodes, which was causing issue in reordering. I changed that to linkedHashmap and it works now.
Are you able to drag and drop the child components? While doing that are there any console errors?
im able to drag and drop and there are no console error when i do that
Sorry I mean when we try to drag and move the child components, do we see any errors? The reordering should be happening using gui drag and move
i was using hashmap to fetch child nodes, which was causing issue in reordering. I changed that to linkedHashmap and it works now.