Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/10/23
    Hi,   I want to configure Dynamic Media S7 in my local for POC and testing purpose. I have enabled dynamic media in local referring to this document https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/config-dm.html?lang=en but again we need to config...

    Views

    432

    Likes

    0

    Replies

    1
  • 1/10/23
    Hi Team,  I'm trying multiple if conditions for my code. as far as i know the below conditional check    value ="${properties.val1 ? properties.val1 : inheritedPageProperties.val1}"> for this i need to add another default value , like if the value is present in component dialogue it should take from...

    Views

    773

    Likes

    0

    Replies

    3
  • 1/10/23
    Hi All,   I have ACS Common package 4.0.0 installed on AEM 6.4.8 server. Now I am planning to upgrade it to the latest version 5.4.0. Can I install the 5.4.0 acs commons package on top of 4.0.0 without installing any version between 4.0.0 to 5.4.0? Does this work without breaking the application? Th...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 1/10/23
    I am struggling to mock the GetMethod. After when I execute the new HttpClient(); how do I mock the getMethod();   HttpClient httpClient = new HttpClient();GetMethod getMethod = new GetMethod();httpClient.executeMethod(getMethod);   thanks.

    Views

    3.4K

    Likes

    0

    Replies

    2
  • 1/10/23
    I am trying to mock org.apache.commons.httpclient.HttpClient in my unit tests, but unable to do so. How can I do this?I have tried this, https://blogs.perficient.com/2019/01/23/how-to-test-apache-httpclient-in-the-context-of-aem/, but it does not work.

    Views

    358

    Likes

    0

    Replies

    1
  • 1/10/23
    I am using looking to have a Javascript for browser bookmark so, the live page URL converts to the Author editor URL with just a click.  That way it saves time digging in the Sites to find the page. Can anyone help me with this? Thank you!

    Views

    961

    Likes

    0

    Replies

    5
  • 1/10/23
    javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:556) at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.verifyHostName(SSLProtocolSocketFactory.java:257) [com.day.commons.osgi.wrap...

    Views

    3.3K

    Likes

    0

    Replies

    2
  • 1/10/23
    Hi All,   I have a requirment,  dynamic data source dropdown if select one value i have to show the selected value related dialog fields on the dialog page with colliseble layout and checkboxes. example :    dropdown :  value selected is "adobe".   1 headline :  products checkbox 1 checkbox 2 2 head...

    Views

    2.6K

    Likes

    0

    Replies

    14
  • 1/10/23
    Team,  If we make changes (add/remove fields) to a Content Fragment model that is already being used to create content fragments, will this modification have any impact on the previously(existing) created content fragments utilizing that model? 

    Views

    782

    Likes

    0

    Replies

    5
  • 1/10/23
    I have some code like this in an html page: <sly data-sly-test="${properties.showPinterestSave == 'true'}"> For some reason that I cannot tell, the code using this is not working on some pages on our published environments.  I can look in crx and I see this value appears to be correct.  I could add ...

    Views

    655

    Likes

    0

    Replies

    4