Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,i am working on form using mysql storing data and retrieving data .i followed below adobe document link.http://helpx.adobe.com/experience-manager/using/querying-persisting-cq-data-mysql.html Issue:when i submit user details in my jsp it's connecting my package but not connecting my bundle (bundle...

    Views

    1.7K

    Likes

    0

    Replies

    9
  • 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

    873

    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

    705

    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

    636

    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

    737

    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.3K

    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

    420

    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

    698

    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

    361

    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