In an AEM Java unit test , is it possible to adapt a resource without jcr:title to a model ?In example below , testEmptyPage() is behaving as expected , but testEmptyPageMissingTitle() is not behaving as expected because it sets pageBean to null ?In an AEM Java unit test , how can I adapt a resource...
We are working on a solution to what we call the "pagelist", which is a custom component based on the "list" core component.Using the custom component it is possible to either render a fixed list of pages or search for pages dynamically (for example based on tags). This part can be done quite easily...
Hi, On our production servers, I see a huge no of SAML logins failing, redirecting the user to the error screen. From the logs, I can see the user node getting created, but while syncing the attributes there is some error. Can you please help me understand why we are seeing this error and how can th...
I'm using AEM 6.5 and I want to show the field description only for "no-image" drop-down value.I want to hide the field description for rest of all drop-down selection.Kindly let me know an option to do this activity (i.e., show and hide the field description based on drop-down selection.). ThanksSH...
I am working to stand up a SaaS AEM Sites product for our firm. We have multiple concurrent projects that need to use version of the same content and language variants of the same. Is there a best practice or Content Architecture/Content hierarchy to includes these features when we stand up the pla...
Hi,Does anyone else face issues with OOTB manage publish workflow? manage publish workflow is deleting existing nodes if publish later, works fine with publish now.AEM version 6.5.5.0 Publish node structure if do quick publish or publish now demo page Publish node structure if do publish later demo ...
HI Guys, Suddenly I noticed i can no longer see "Create" button to create folder in CFM or Template page. I can create CF or templates inside already create folders though.I am logged in ad "admin", so should not be access issue. I am at AEM 6.5.5. Dont see create folder options here:http://localhos...
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...