Hi There, The following code works if I hit directly on the Author instance it works but i doesn't work on the dispatcher side. the message is not shown. any advice what i could be doing wrong here.response.getWriter().write(String.format("<div><p id='Status'>400</p><p id='Message'>%s</p></div>", ms...
I am using granite colorField and i have allowed no color option in its swatch. the title value pair for no color is :the value is emptyIn my js file, I need to check if no color option is selected. but the below code doesnt work:selector: "[xyz]",validate: function(el) {var input = el.value;if(inpu...
My project has requirement to log all user activities.. i.e., what all is happening in the environment and by whom. I have enabled audit logging feature in AEM by going to http://localhost:4502/system/console/slinglog -> change the log level of logs/audit.log to DEBUG. This solves my purpose and lo...
I am trying to install aio cloudmanager plugin on jenkins server. with the command aio plugins:install @adobe/aio-cli-plugin-cloudmanager Getting below error..error An unexpected error occurred: "https://nexus.<name>.com/repository/npm-proxy/@adobe%2faio-cli-plugin-cloudmanager: Request \"https://ne...
As a business requirement, we have a website (https://www.123.com) which is integrated with SSO (thru SAML). The authentication on this site is IDP initiated. On the other hand, I have another website (https://www.231.com) which is also integrated with SSO but authenticated is SP initiated. How can ...
We have a unique situation where our AEM content is reverse proxied into an HTML container. This outer container holds the <head> tags for the page, as well as all the CSS and JS calls for the site. While authoring in AEM, I want to be able to use one of the CSS files to help authors see the final ...
Hi All, I am facing issues with translated content after coming back from Translated services, AEM is showing content as mentioned below screenshot. We are creating pages in language master and sending them for translations to translate the content. Once the content pages are back from translation...
We defined a taxonomy of our 40000+ products already. We have a change process and actively manage this taxonomy in a spreadsheet. Can we reuse it in AEM and DAM?
I am trying to write a Junit for the below java method in AEM public final Resource getConfigProp(final Page page, final ConfigType configType, final ResourceResolver resolver) { final HierarchyNodeInheritanceValueMap iProp= new HierarchyNodeInheritanceValueMap( ...