Expand my Community achievements bar.

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

  • 4/1/16
    Hi All,Code is as below :public String execute(String url){try{HttpClient httpClient = new HttpClient();httpClient.getHttpConnectionManager().getParams().setConnectionTimeout(this.timeOut);getMethod = new GetMethod(url);String encoding = Base64.encode(this.name + ":" + this.password);getMethod.setRe...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 4/1/16
    Hi Guys,I am trying to get the new name entered from the move dialog in SiteAdmin.Action.js which is overridden in apps( from /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js). I tried using , form.findField("destName").getValue(); to get the name. This works fine in 5.6.1 but its not fet...

    Views

    632

    Likes

    0

    Replies

    4
  • 3/31/16
    How to remove the sample contents in publish environment? suggest some steps other than removing the package in crx/packmgr.

    Views

    5.3K

    Likes

    0

    Replies

    3
  • 3/31/16
    Hi Gurus , I'm trying to achieve a admin utility in AEM 6.1 where super admins can perform CRUD operations on a table  or grid like component . The component will not need any dialog capabilities and am planning to host the page with this component under /etc . The result of the operations will simp...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 3/31/16
    Hi,Is there any documentation about strategies for migration from an existing communities site to AEM Communities?I mean to migrate the content and the UGC like comments. The UCG Migration tool can be taken as basis for this?Any tips are welcome.

    Views

    750

    Likes

    0

    Replies

    1
  • 3/31/16
    Recently upgraded from 5.6 to 6.1 and we are now getting an error like this one for scheduled activations:com.day.cq.replication.ReplicationException: Version 2.9.45.11.25 not found for path /content/...Looking at the versions in the sidekick on the page, versions 2.9.45.11.24 and 11.26 exist. Howev...

    Views

    407

    Likes

    0

    Replies

    2
  • 3/31/16
    I' making a component that required a rich text field in the dialog. It is working, but the properties maxlength and required do nothing for this field. I have them configured properly but I can add any number of characters and save the dialog with no text in my rich textfield. I did the component t...

    Views

    5.7K

    Likes

    0

    Replies

    6
  • Hi,I am using AEM 6.1 and I want to get the DataSourcePool reference. I am using the below dependency:<dependency>            <groupId>com.day.commons</groupId>            <artifactId>day.commons.datasource.poolservice</artifactId>            <version>1.0.10</version>            <scope>provided</sco...

    Views

    601

    Likes

    0

    Replies

    6
  • 3/31/16
    A app that I'm working on requires a couple of additional fields be added to a user's profile:./profile/approvers (used to programmatically construct an approver group for use in workflows)./profile/contactReassign, ./profile/authorReassign -- used to change news articles listing the user as the aut...

    Views

    559

    Likes

    0

    Replies

    2
  • 3/31/16
    Hi All,Preview mode doesn't function properly on clicking the preview option, but working fine if we refresh the page. Could anyone help me to resolve this issue ? Is it a known bug ?Thanks in advance!

    Views

    3.2K

    Likes

    0

    Replies

    7