Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/12/24
    Survey for AEM Community: Can you help us out? We want to talk to everyone who contributes to the experience creation process, both within and outside of Adobe Experience Manager. You can help us improve our product by sharing your experience with the experience creation workflow in this 10-minute s...

    Views

    118

    Likes

    4

    Replies

    0
  • 12/8/24
    Details The features in this release focus on Experience Manager Assets and Site innovations and include the following: AEM Assets: Assets Interface Extensibility​Content Hub Asset Rendition Availability​Dynamic Media: New rendition panel​Dynamic Media with OpenAPI advanced ​image modifiers & prese...

    Views

    613

    Likes

    3

    Replies

    0
  • 5/10/18
    AEM 6.3.1.2 with Dynamic Media EnabledHello Adobe Community,This is my first posting here . . . I hope I'm doing it correctly . . . here is my question, I hope someone can help!When we enabled Dynamic Media, it automatically installed two log files in <cq-installation-dir>/crx-quickstart/logs/:s7acc...

    Views

    996

    Likes

    0

    Replies

    3
  • 5/10/18
    Hi,I am created some fields in AEM as textfield with required Boolean = true . So I am using javaScript to disable that field when the user checked to a checkbox fields.Example: propertyName and city are mandatory fields. required Boolean = true$("coral-select[name='./ppdPropertySelect']").prop("dis...

    Views

    3.8K

    Likes

    0

    Replies

    5
  • 5/10/18
    I am at present writing some tests for Azure Experience Manager ,in which i need to upload huge data like jpg , Tiff ,Zip .. etc files.So To add that I am using Api POST call using my C# Test Project in visual Studio  .I am using Http Client with HttpContent as MultipartFormDataContent , so it adds ...

    Views

    977

    Likes

    0

    Replies

    2
  • 5/8/18
    I have build and deploy code using mvn clean install -PautoInstallPackage.There are two sub packages as part of pom file ( aem-acs-commons 3.14.8, core-wcm-components-all 2.0.6) these two packages are uploaded as part of build, but these packages not installed in package manager.I can see packages b...

    Views

    9.5K

    Likes

    0

    Replies

    15
  • 5/7/18
    There might be requirements to minify html but we dont have anything in AEM OOTB.I have written a custom filter to minify the html and this is how the filter config looks like:The below is the rough code for html compression.HtmlCompressionFilter.javaimport java.io.IOException;import java.util.Map;i...

    Views

    10.7K

    Like

    1

    Replies

    10
  • 5/4/18
    Folks,I'm starting now in AEM.Are there any HTML / CSS / JS rules that should be followed for development?Any practice that should be avoided?I ask this because I have observed that in the workflow the static HTML is developed for the product and when it is passed to implement in AEM we have some pr...

    Views

    5.0K

    Like

    1

    Replies

    4
  • 5/4/18
    My resolver is created through ResourceResolverFactory:resolver = getResolverFactory().getServiceResourceResolver(serviceParams); I already have a finally block in my method which closes the resolver.My question is regarding the session I'm using:Session session = resolver.adaptTo(Session.class); Do...

    Views

    4.2K

    Like

    1

    Replies

    3
  • 5/3/18
    I have created multiple data sources through sling:OsgiConfig nodes in the run mode configuration. I can also see these configurations in configurations manager screen.I am trying to get database connection using below code:@Reference    private DataSourcePool dspService;....getConnection(){     Dat...

    Views

    13.8K

    Likes

    2

    Replies

    13
  • 5/2/18
    How can we create Vanity URLs based on a query parameter to a page?We have a URL: http://www.myhost.com/my-page?name=<firstname>.<lastname>.We want to pretty it up to look like this: http://www.myhost.com/my-page/<firstname>.<lastname>.eg.http://www.myhost.com/my-page?name=john.smithshould show as h...

    Views

    4.4K

    Likes

    0

    Replies

    2
  • 5/2/18
    Hi,I am trying to use aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/text/v2/text at master · Adobe-Marketing-C… with AEM 6.3 with SP2If I use inplace editing full screen mode - I am able to see all rte plugins.When I use Wrench Icon and go full screen mode - I am not ...

    Views

    6.8K

    Like

    1

    Replies

    18