Hi, Can we write into /home/users using ServiceResoruceResolver in AEM 6.5? My understanding is we have to use Adminstrative session to write into /home/users but wanted to confirm. Regards,Kishore
Hi @Lokesh_Vajrala Thank you for your reply The package-info.json is available under models@Version("1.0")package com.kishore.project.core.models;import org.osgi.annotation.versioning.Version;And using ModelsScannerPlugin for sling model registration. Regards,Kishore
Hi, I am using AEM 6.5.19 and created a simple sling servlet adapting to Resource. However when I use the sling model in html, getting the following error: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: No use provider could resolve identifier com.kishore.project.core.models.kis...
Really appreciate everyone quick responses. I have analyzed further and the issue with custom CSS. It was actually overriding my bootstrap CSS as both have classes with same name.Thanks everyone again.
Hi,I am using AEM 5.6.1 and have developed a component using boot-strapper and jQuery. The user interface is designed in .jsp (html, css and Javascript). When we drag and drop the component onto Parsys, the UI is showing but getting resized in design/preview mode. This is disturbing the actual look ...
I agree. No clue found from the logs related to the issue. So we thought of giving try to restart AEM. Fortunately that fixed the issue.Thanks everyone for providing suggestions.