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

justin_at_adobe
justin_at_adobe
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
259

Likes Received

Likes Received
88

Posts

Posts
529

Discussions

Discussions
21

Questions

Questions
508

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by justin_at_adobe
Customize the badges you want to showcase on your profile
Re: AEM Certification - Adobe Experience Manager 15-10-2015
Correct, with one addition - project experience.

Views

219

Likes

0

Replies

0
Re: Client context in publish machine - Adobe Experience Manager 15-10-2015
Hi,Sorry, I'm not sure I understand. The Client Context is client-side technology. What exactly are you trying to accomplish? What specifically are your security concerns?Regards,Justin

Views

193

Likes

0

Replies

0
Re: Client context in publish machine - Adobe Experience Manager 15-10-2015
Hi,In general, the data in the Client Context is stored on the client side, either in cookies or local storage, so it should seemlessly transfer from server to server.Regards,Justin

Views

195

Likes

0

Replies

0
Re: Why can't get the Json pair value - Adobe Experience Manager 15-10-2015
bbboy2014 wrote... It not work according to your way Sorry, I misread your code. I missed that the JSON is an object wrapped in an array. I should have writtenvar ack = obj[0].result;

Views

279

Likes

0

Replies

0
Re: Why can't get the Json pair value - Adobe Experience Manager 15-10-2015
You need to parse the resposne text into a JavaScript object. Something likevar obj = CQ.Ext.util.JSON.decode(response.responseText); var ack = obj.result;

Views

280

Likes

0

Replies

0
Re: Troubleshooting resource mapping - Adobe Experience Manager 15-10-2015
One other thing to look at is that if your HTML is really messy (broken/mismatched tags), then the HTML parser AEM uses while doing the link rewriting may fail. They way you could identify this is that if some of the links at the top of the page are rewritten, but at some point mid-way through the page the rewriting stops. Unfortunately, the parser doesn't log anything in these cases, mostly because it doesn't know that something has gone wrong.I've run into this maybe twice in the last four yea...

Views

229

Likes

0

Replies

0
Re: Getting hold of workspace for user session - Adobe Experience Manager 15-10-2015
AEM does not support multiple workspaces.

Views

320

Likes

0

Replies

0
Re: Adobe Dispatcher Cache behavior - Adobe Experience Manager 15-10-2015
To be clear, the dispatcher doesn't know anything about the internal logic of your components. It just sees the rendered HTML and headers.

Views

485

Likes

0

Replies

0
Re: Custom WIdgets not working in AEM 6.0 - Adobe Experience Manager 15-10-2015
In the TouchUI, the compatiblity iframe into which an ExtJS dialog is rendered has these client library categories loaded (amongst others, but these are the most "popular":cq.wcm.editcq.widgetscq.securitycq.taggingcq.cloudserviceconfigscq.dam.scene7This compatibility iframe doesn't know anything about your custom category.See /libs/cq/gui/components/authoring/compat/components/dialogwrapper/html.jsp for the implementation details.Regards,Justin

Views

518

Likes

0

Replies

0
Re: Custom WIdgets not working in AEM 6.0 - Adobe Experience Manager 15-10-2015
What is the category of the client library in which your custom widget is defined?

Views

396

Likes

0

Replies

0
Likes given to