Expand my Community achievements bar.

EstebanBustamante
EstebanBustamante
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Can you try this http://www.sgaemsolutions.com/2019/01/dynamically-populate-drop-down-values.html ? Are you adding a debugger or log statement to check if the servlet is not being called? Or are you assuming the servlet is not called because there are not results? There could be a chance the servlet...

    Type

    Questions

    Views

    312

    Likes

    0

    Replies

    0
  • Right, you should declare the "version" as well (in reality the range of versions is preferable), check this out: https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm

    Type

    Questions

    Views

    379

    Likes

    0

    Replies

    1
  • Hi,  Maybe the version is not in the maven repo for a reason, I don't know if you can download from any other repo (legally). Have you considered using the version that is already available in AEM? You could set the scope of your dependency to provided and explicitly specify the version that AEM is ...

    Type

    Questions

    Views

    395

    Like

    1

    Replies

    3
  • Hi, Can you be more explicit on "what is not working"? Did you implement the needed changes to handle the queryParam in the servlet accordingly? You must do something like this in the servlet: @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { ...

    Type

    Questions

    Views

    346

    Likes

    0

    Replies

    2
  • Hi, The approach can vary depending of your requirements, please check this thread were there is a good discussion about the topic with couple approaches: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/extensionless-every-url-to-be-served-on-dispatcher/td-p/436026    Hope ...

    Type

    Questions

    Views

    515

    Likes

    2

    Replies

    0
  • Hi,   Are you following any sort of tutorial or downloading sample code? The error indicates that the dependency is not available at runtime. If this dependency will be available at runtime (because you installed it manually), you can mark it as provided with the scope tag to prevent build-time fail...

    Type

    Questions

    Views

    212

    Like

    1

    Replies

    0
  • Hi,   If you are trying to integrate AEMaaCS with ADFS, you might want to explore SSO or SAML. However, if you need to check something and there is an API that accepts your parameters and returns the needed information, you could use a servlet with HTTP clients to communicate with ADFS.   Here are s...

    Type

    Questions

    Views

    173

    Likes

    0

    Replies

    0
  • Hi,    What output do you get when you run the Java command? Are you checking the Java version from the same terminal session where you are running the command? Please try this: java -jar aem-publish-p4503.jar -verbose Then check for any issues and post back.   Hope this helps

    Type

    Questions

    Views

    265

    Likes

    0

    Replies

    0
  • Hi, No, there is no out-of-the-box table component. However, you can create your own using CSS purely or use any JavaScript plugins to achieve a responsive table.    Check this out: https://www.w3schools.com/howto/howto_css_table_responsive.asp https://www.jerrylow.com/basictable/ https://svinkle.gi...

    Type

    Questions

    Views

    255

    Like

    1

    Replies

    0
  • Hi, The problem is that the file libs/dam/gui/coral/components/admin/contentrenderer/base/init/assetBase.jsp is hardcoded and included in the following files: libs/dam/gui/coral/components/admin/contentrenderer/card/asset/asset.jsplibs/dam/gui/coral/components/admin/contentrenderer/column/asset/asse...

    Type

    Questions

    Views

    365

    Like

    1

    Replies

    3
Top badges earned by EstebanBustamante
Customize the badges you want to showcase on your profile