Expand my Community achievements bar.

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

  • 11/28/16
    I am trying to set a custom response header in my jsp via:<% response.setHeader("my-custom-header", "custom-value"); %>When I access the page directly through the Publisher, I can see the header being set.  However, when I hit the same page through the Dispatcher, the header is not there.I checked t...

    Views

    3.4K

    Likes

    0

    Replies

    8
  • 11/28/16
    Is it possible to filter strings by "contains" or maybe a full text search for UGC?I've tried a ValueConstraint<String>[1] but looks like I can only perform a "begins with" search based on the available ComparisonTypes[2]. Even still, this doesn't seem to work...final UgcFilter filter = new UgcFilte...

    Views

    3.2K

    Like

    1

    Replies

    11
  • 11/28/16
    Below is a weird scenario i am facing. I am having a publish instance with dispatcher in front of it.I am using a servlet to be called from third party application with URL similar to /bin/mysevlet?id=123&action=readDetails. In this servlet i am processing based on id passed and once done, i am forw...

    Views

    2.5K

    Likes

    0

    Replies

    3
  • 11/27/16
    Hi Friends,Very Good MorningDoes anyone has come across integrating AEM6.1 with Kovio? can some one let me know how to integrate AEM with external search engine. RegardsPr@veen

    Views

    1.1K

    Like

    1

    Replies

    1
  • 11/27/16
    I am trying to create a robots.txt file in AEM using the two links --[1] http://www.wemblog.com/2013/06/how-to-implement-robotstxt-sitemapxml.html[2] https://forums.adobe.com/thread/896654 Following [1]; the text file does not work at all -- we can create a simple nt:file robots.txt file in crx but ...

    Views

    4.0K

    Likes

    0

    Replies

    5
  • 11/25/16
    Hi all,Does there exist an example usage of storing/reading an attachment through the SRP API?With the how-to samples on Github, specifically the TodoMVC sample[1], I've been able to figure out how to CRUD UGC in MongoDB through the SRP API in our custom components. However, I'm really not sure how ...

    Views

    2.3K

    Like

    1

    Replies

    8
  • 11/25/16
    I have one pathfield and smartimage field.i want to select image path from DAM through pathfield.depending on the path of that image , i want to set that image in smartimage field.Please assist me.

    Views

    1.4K

    Likes

    2

    Replies

    5
  • 11/24/16
    Hi all,I have a requirement that when ever user bookmark the page of my site,the page name is same for all the pages(like amazon.com) rather than the Page title(which is different for all the pages) and i cant change the page title for this...Is there any way of implementing this?Since when i tried ...

    Views

    1.6K

    Likes

    0

    Replies

    7
  • 11/24/16
    I have two field in dialog  - Pathfield /  HTML5SmartImageField .From Pathfield, i will select one page which would be having one image.Now what i want is - once i select page from pathfield , that image will automatically rendered on my smartimagefield.I used dialogclose listener to listen the path...

    Views

    3.5K

    Likes

    0

    Replies

    2
  • 11/24/16
    Happy Thanksgiving! I shouldn't be working but this issue is driving me nuts and I'd love to figure this out.I have a use java class that has a method called getPage. The code is below. The idea is to get all the child page underneath the page where this component lives. public List<Page> getPage() ...

    Views

    3.5K

    Like

    1

    Replies

    4