Expand my Community achievements bar.

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

  • 4/19/22
    For instance, a user fills out a form and it is submitted through the site (whether an SPA or a generic site in AEM). An officiant then applies a stamp to the pdf (that is a png image) determining whether the form has been approved or denied. Is this possible in AEM? Could you please provide any exa...

    Views

    297

    Likes

    0

    Replies

    1
  • 4/19/22
    hi I have the following model class :@Model( adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class LocationsModel extends ComponentModel implements Validatable { private static final Logger log = LoggerFactory.getLogger(Locations...

    Views

    2.0K

    Like

    1

    Replies

    7
  • 4/19/22
    Hi,I have installed crx-quickstart.jar in my local. localhost:4502/aem/start.html is up and running.When i try to connect to the server in the debug mode from eclipse, it throws following error:could not establish debug connection to localhost : 30303Failed to connect to remote VM. Connection refuse...

    Views

    1.8K

    Likes

    0

    Replies

    10
  • 4/19/22
    How can I write a sling Model to display a nested multifield with an image field in one of the multifield?

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 4/19/22
    Hi Team, I have a simple sly logic to wrap a div in two places and it is not working for closing div. any suggestions ?<sly data-sly-test="${false}">  // this sly isn't going inside when it is false as expected    <div> //opening div</sly>//HERE OTHER HTL AND HTML CODE IS THERE<sly data-sly-test="${...

    Views

    630

    Likes

    0

    Replies

    6
  • 4/19/22
    Need to create a field with Slider using coral.slider touch coral3 just like in image https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/Coral.Slider.html But I confused  how to start with node structure in dialog level please let me know if you have any idea or...

    Views

    350

    Likes

    0

    Replies

    3
  • 4/19/22
    trying to implement sitemap, and the sitemap works fine when "Add Language alternates" option is disabled.When enabled, this breaks sitemap and page http://localhost:4503/content/mysite/en.sitemap.xml does not give XML response. Same is happening with public wknd site https://wknd.site/us/en.sitemap...

    Views

    595

    Likes

    0

    Replies

    1
  • 4/19/22
    How can I create workflow  for  approval workflow with a participant step?For example : Any Career Opportunity created need to be approved by region heads before listing it on site.

    Views

    609

    Likes

    0

    Replies

    4
  • 4/19/22
    Hi All,I have to write a condition inside sightly, where I wanted something like this. if country coming from list is international then I have to show only locale in hreflang else locale-country.I tried above ternary operator but its not working. any suggestion.

    Views

    3.6K

    Likes

    0

    Replies

    10
  • 4/18/22
    problem: My Java code cannot see BouncyCastle libraries.----------------situation: I have a component that needs to use BouncyCastle libraries. The other vendor has provided some Java examples on how to use their API and the examples uses BouncyCastle.I have tried using regular Java libraries (java....

    Views

    1.8K

    Likes

    0

    Replies

    3