I have AEM running on a older J1.5 development site and all is functioning perfectly.
After a long while I have decided to move my example sites up to J2.5.
AEM seems to work but I never get it to put in the "ux-menu" classes which makes it's tricky to set the visual style right.
See here:
AEM+J1.5 code example:
Code: |
<li class="ux-menu-item-main ux-menu-item-parent ux-menu-item3 ux-menu-item-parent-pos1"><a href="/obscured/index.php/twin-tag" class=" ux-menu-link-parent">Twin-TagĀ®</a>
|
AEM+J2.5 code example:
Code: |
<li class="item-109 parent"><a href="/obscured/index.php/twin-tag" >Twin-TagĀ®</a>
|
Both sites run on the same server running on PHP 5.3.8
I have installed AEM normally on 2.5 aswell as on the J1.5, no code mods, nothing special.
Should AEM at all work with J2.5?