Expand my Community achievements bar.

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

  • 10/15/15
    If we drag out of box 'form text components' in our pages and if we edit the form text component and give constraintType such as name ,email etc (the constraints provided by out of box forms) clientside validations are not getting performed in my local for my page form text fields and even for the g...

    Views

    852

    Likes

    0

    Replies

    3
  • 10/15/15
    Created a custom workflow and made a custom group as approver. When workflow is appreoved/rejected, status is showing is completed but still the current workitem is exist in the notifications of approvers group. When workflow is approved by admin, notification is getting cleared.As per my understand...

    Views

    698

    Likes

    0

    Replies

    1
  • 10/15/15
    How do we do criteria based activation in AEM, project requirement is that one of Page Components should not be published/deployed/activated to Publish. Looking for approaches/standards options of implementing this requirements.Thanks and Regards,Bojja

    Views

    626

    Likes

    0

    Replies

    1
  • 10/15/15
    I was looking at the article about creating nodes and it says to use the jcr api.  Looking at the Oak APi, there seems to be some nice features like NodeBuilder which can be access through a NodeStore, but I cannot figure out how to get the NodeStore to be able to get the root NodeBuilder.

    Views

    707

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi there,I have a case that it need to use apache http client to post file(e.g., XML file format) to AEM. Below is client code snippet :public void SubmitPost(String url, String filename, String filepath) { HttpClient httpclient = new DefaultHttpClient(); try { HttpPost httppost = new HttpPost(url);...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi all , I have a requirement where i need to have a tool to compare and upload content into CQ5. I know there is a content compare tool provided in CQ , but that is not working on DEV server that is linux server. Any inputs would be helpful.RegardsRK

    Views

    409

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi there,AEM 6.0 Out of the box components are designed as responsive?i.e if we use the out of the box component,will it have same effect across different device.Kindly share your thoughts on this.Many thanksNanda

    Views

    682

    Likes

    0

    Replies

    3
  • 10/15/15
    Our Nexus has been set up to proxy http://repo.adobe.com/nexus/content/groups/public/, and it seems like that URL doesn't exists anymore, we get a 404 page, which causes our Nexus to auto block the repository (some browsers redirect to HTTPS, some don't). We can access it through the HTTPS version j...

    Views

    338

    Like

    1

    Replies

    1
  • 10/15/15
    Hi, I am trying to connect to a secured url. I have added all the required certificates to the java trust store and keystore. I am using javax.net.ssl.HttpsURLConnection to connect to the url. I am successfully able to do so on my local machine. However on other serverw like staging, prod etc, I am ...

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 10/15/15
    I have a servlet extended from SlingAllMethodsServlet that is using QueryBuilder to search for images in a path in our repository. When I execute the servlet, QueryBuilder returns 0 results, but when I run the same query from the querydebug.html provided by CQ it returns the expected results.I've se...

    Views

    1.5K

    Likes

    0

    Replies

    7