Hi,I set the OSGI Configuration "Default Parameter Encoding" in "Apache Sling Request Parameter Handling" to UTF-8 but query string request parameters are still decoded as ISO-Latin-1.When I set the the additional request parameter "_charset_=UTF-8" it works.Is there any reason that the OSGI Configu...
Hi,We have a class that extends from CreateThumbnailProcess. We are overriding the execute method.Inside this logic, we have created an instance for the class ThumbnailGenerator in order to generate a new Thumbnail according to the arguments loaded for it. See the code below:ThumbnailGenerator gener...
I am making a component to locate stores. The idea is to query an web API end point provided by the client that spools back across an XML string of each store and relevant data.It is sufficient for this to be done only once per day.To avoid making multiple calls to the API I would like to store the ...
HiI have a requirement, in which i want to launch the dialog which contains the widget when i start the workflow. I have only process step in my workflow. How can i display the dialog when start of workflow & then access the value of that widget in process step.Thanks
Hi Team,How can I achieve internationalization in AEM6 using sightly framework? In JSP we write the below snippet -<cq:setContentBundle source="page"/><fmt:message key="TextToBeDisplayedInDifferentLanguage"/>Thanks,AryA.
The call to Node root = session.getRootNode(); gives me the following error. Which I have been unble to resolve Exception in thread "main" javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: rmi://localhost:4502/crx/ser...
I have a requirement in my current project where I have to integrate Office 365 with AEM. I should be able to open my inbox directly from link on my webpage. Has anybody achieved something like this before. If yes, please let me know how to implement it so that we can go ahead with some POC