Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vdhim23
vdhim23
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
1

Posts

Posts
135

Discussions

Discussions
17

Questions

Questions
118

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vdhim23
Customize the badges you want to showcase on your profile
Re: copy image component from foudation/components/image as apps/myproject/component/MyImage , the image not show in publish instance - Adobe Experience Manager 15-10-2015
Hi, If you are trying this via new template, then make sure along with page all other templates/components that are associated with page have to activate, like you image component, use activation tree to select your myproject and activate it.Thanks

Views

136

Likes

0

Replies

0
Re: Apache mod rewrite before the page hits dispatcher - Adobe Experience Manager 15-10-2015
PuzanovsP wrote... Hi, Is it possible to ask Apache mod_rewrite to rewrite the page url before it hits the dispatcher ? E.g. make "?" a ".". E.g some/url/that/is/not/caches?becouseof=this would become some/url/that/is//cached.becouseof.this http://helpx.adobe.com/experience-manager/kb/DispatcherModReWrite.html did not seem to work is there a better documentation ? Thanks, Peter Hi,In case you want to make your page cachable with query parameters, You can configure you dispatcher.any file with ig...

Views

332

Likes

0

Replies

0
Anonymous access not allowed by configuration - Adobe Experience Manager 15-10-2015
HiI have issue in logging in CQ5. I was running CQ5 on other secure network yesterday, and today system crashed. When i am trying to logged in on localhost:4502. It says page cannot be displayed.Below is the error logs:12.06.2014 22:26:18.133 *INFO* [0:0:0:0:0:0:0:1 [1402592178132] GET / HTTP/1.1] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials12.06.2014 22:26:18.349 *WARN* [0:0:0:0:0:0:0:1 [140259217...

Views

2.0K

Likes

0

Replies

2
Re: CF widget JS issue - Adobe Experience Manager 15-10-2015
Thanks, I got it. Now issue is, when i move from one page to another, contentfinder tab doesn't refresh or reload as my contentfindertab getting the page path & perform the rendition logic so it should reload again to get the new request for new page path, If i reload the page by F5 it works, but how can we automate it.

Views

92

Likes

0

Replies

0
CF widget JS issue - Adobe Experience Manager 15-10-2015
HiI am facing one issue with my custom contentfinder js. Actually i want to send the page path as the request parameter to CF's view handler. /bin/wcm/contentfinder/asset/viewnew.json[requestParam-page path under content]Issue is i am not able to fetch page path inside widget's js. I tries below "url": CQ.shared.HTTP.eval("/bin/wcm/contentfinder/asset/viewnew.json" + window.location.href)but in network tab its showing request is going as "http://localhost:4502/bin/wcm/contentfinder/asset/viewnew...

Views

192

Likes

0

Replies

3
AEM Sites: Developer (AEM 6.0) [9A0-384] Preperations - Adobe Experience Manager 15-10-2015
Hi, I want to start this discussion to know about the experiences about AEM Sites: Developer (AEM 6.0) exam. If anyone has completed this exam please share his/her experience about difficulty level, preparation material, topics to learn and other learning resources. As AEM 6.0 has lots of enhancement in its new version. Are they also will be include in exam such as sightly, oak etc..Thanks.

Views

298

Likes

0

Replies

1
Re: Event Listener is not firing - Adobe Experience Manager 15-10-2015
Jörg Hoh wrote... Hi, There should not be any difference between these 2 approaches. Both return a new admin session. kind regards,Jörg Thanks Jorg, But how can listener not fire in case of ResourceResolverFactory, but if we get the session via SlingRepository it works?

Views

1.1K

Likes

0

Replies

0
Re: Event Listener is not firing - Adobe Experience Manager 15-10-2015
GK@AEM wrote... vdhim23 wrote... I think the issue is with the session that you are getting via ResourceResolverFactory. Try Below : // ResourceResolver resolver = resolverFactory.getAdministrativeResourceResolver(null);// Session sessObj = resolver.adaptTo(Session.class);session = repository.loginAdministrative(null);log.info("sessObj is live?"+session.isLive());obsMgnr = session.getWorkspace().getObservationManager(); Now seems to be issue with getting session.Now events are getting fired. i h...

Views

805

Likes

0

Replies

0
Re: Event Listener is not firing - Adobe Experience Manager 15-10-2015
I think the issue is with the session that you are getting via ResourceResolverFactory.Try Below : // ResourceResolver resolver = resolverFactory.getAdministrativeResourceResolver(null); // Session sessObj = resolver.adaptTo(Session.class); session = repository.loginAdministrative(null); log.info("sessObj is live?"+session.isLive()); obsMgnr = session.getWorkspace().getObservationManager();

Views

804

Likes

0

Replies

0
Re: Render JSP as XML in component - Adobe Experience Manager 15-10-2015
Mshajiahmed wrote... You might need to define conditional directive how you want to render your page <%@ page contentType="text/xml" %> //code SUNW Sun Microsystems 17.1 AOL America Online 51.05 IBM International Business Machines 116.10 MOT MOTOROLA 15.20 Hi Thanks, I already written line <%@ page contentType="text/xml; charset=utf-8" import="com.day.cq.wcm.api.WCMMode" %>nothing happens, Even i think its only for xml code but i am looking for whole DOM like in view source.Somethin...

Views

217

Likes

0

Replies

0
Likes given to
Likes from