Expand my Community achievements bar.

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

  • 8/13/18
    I have a composite component consisting of three included components an image a title and a text component. Normally since the title component inherits the `wcm/foundation/components/title` the data-sly-resource included component gets the title type option (h1,h2...) from it's parent. However for t...

    Views

    2.8K

    Likes

    0

    Replies

    7
  • 8/13/18
    I am trying to use multiple paths in servlet. I am able to achieve this using below syntax:@Component(service=Servlet.class,name="Sample Servlet",property={"sling.servlet.methods=" + HttpConstants.METHOD_POST,"sling.servlet.paths="+ "/bin/path1","sling.servlet.paths="+ "/bin/path2"})Is there a way t...

    Views

    9.8K

    Like

    1

    Replies

    16
  • 8/13/18
    It appears that work items are internally restricted to the current assignee. While this is understandable, the drawback is that the original workflow initiator and 'administrators' don't have access to see the current state, workflow history view, etc. Is there a way to easily enable this extra lev...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 8/13/18
    Can I confirm that its NOT possible in AEM 6.3 Touch UI, using the Targeting mode to target entire container components e.g. Responsive Grid and it's only possible to target components contained within them.Responsive Grid - /libs/wcm/foundation/components/responsivegrid

    Views

    1.7K

    Like

    1

    Replies

    1
  • 8/13/18
    Hi,I tried using sling reverse mapping to convert my outbound internal URL. URL is getting converted properly but parameters(?#etc) are getting removed.For Example+slingMapping                    +sling:match:localhost.4602/(experience)                      sling:internalRedirect:/content/we-retail/...

    Views

    3.3K

    Likes

    0

    Replies

    9
  • 8/13/18
    Hi all,I just want to have multiple selectors & multiple Method type in property attribute of @Component OSGI annotations. And here is the change I made. Is it right? will it work ? If not can anyone help me on this like what is expected?@Component(service = {Servlet.class},property = {"sling.servle...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 8/13/18
    Dev enviornment/tools(eclipse, logging, maven etc)

    Views

    2.8K

    Like

    1

    Replies

    6
  • 8/12/18
    Hi Experts,We have created maven archetype13 project via eclipse and deploying on AEM6.4. When deploying via eclipse then services are not getting deployed. However via command prompt it is getting deployed.Any idea why it is not getting deployed via eclipse? Is it know issue or we are missing anyth...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 8/11/18
    Hi All,Can you please explain and share some updated document that how the caching can be done for vanity url's and also how the cache will be invalidate on page activation for vanity url enabled pages. We have the centralized location for vanity url's and same path we have mentioned in dispatcher f...

    Views

    3.1K

    Likes

    0

    Replies

    3
  • 8/11/18
    Hi,We are working on AEM 6.4. We have multifield, nested multifiled component and we want to store all multifield values in JSON format.Example:{"description":"40k+","title":"PARTICIPANTS"}{"description":"60k+","title":"PARTICIPANTS"}We tried with coral multifield but this saves values as nodes, whi...

    Views

    13.1K

    Likes

    2

    Replies

    10