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

jayv25585659
jayv25585659
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
71

Posts

Posts
187

Discussions

Discussions
46

Questions

Questions
141

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jayv25585659
Customize the badges you want to showcase on your profile
Re: get function (from com.adobe.cq.sightly.WCMUsePojo) - how to get a long value? - Adobe Experience Manager 19-02-2018
Try typecasting Long id3 = (Long)properties.get("id", Long.class);

Views

378

Likes

0

Replies

0
Re: how to automatically enable drag/drop spots on my page (edit mode)? - Adobe Experience Manager 07-02-2018
Hi,In AEM, there is no automatic drag and drop the components on to the page. You need to go to design mode and select the components which you need - Thats what you have done is correct.As scott stated, once you selected components in design mode, then components will show up in side rail on Edit mode.Thanks,Ratna Kumar.

Views

361

Like

1

Replies

0
Re: how to have custom content on my custom template (included via data-sly-include)? - Adobe Experience Manager 06-02-2018
Are you using Editable template or static templates?Assuming you used an Editable template, when you make a change in the editable template - for example, lets say you changed a policy and added new components to that policy, you need to add the new component at the page level in order for the component to show up in the page."The issue is that when I want to customize the content (in my example, section2) on my page. The changes are reflected on my template so any pages using it gets the change...

Views

323

Likes

0

Replies

0
Re: How to pass an object/variable to another file (using data-sly-include)? - Adobe Experience Manager 14-06-2019
Hi,Did you tried like below

Views

4.2K

Likes

0

Replies

0
Re: How to pass an object/variable to another file (using data-sly-include)? - Adobe Experience Manager 04-02-2018
Hi,Your use case can be achieved by using Sightly Template and Call feature. Please refer the below example. It'll help you in achieving your use case.templates/tooltip.html: × Tooltip ${text} component.html:Sample output would be: × Tooltip Sample text Please refer the links below for more details:HTL Block Statementscq5 - Pass parameters to data-sly-include in sightly/HTL - Stack OverflowWe hope this information helps!Regards,TechAspect Solutions

Views

1.6K

Likes

0

Replies

0
Re: Is it posible to access the HTTP request object from inside a helper class? If yes, how? - Adobe Experience Manager 31-01-2018
thank you so much. I can see the request on my helper class if I extend this class!

Views

589

Likes

0

Replies

0
Re: Java: how to check if a page (defined as cq:Page) has a custom property? - Adobe Experience Manager 25-01-2018
Convert to node and then invoke the method hasProperty - Node (Content Repository for Java Technology API Version 2.0) This will tell you if the page has the custom property.

Views

1.8K

Likes

0

Replies

0
Re: How to pass a string from a WorkflowSession back to a SlingServlet? - Adobe Experience Manager 23-01-2018
Hi,let's have a look at the details. You mention that the interaction should look like this:browser => AJAX call => SlingServlet => Workflow => SlingServlet => browser(I corrected the second mention of "SlingServlet". "SlingServer" does not make any sense here.)This is an synchronous process, so all parts should be well-suited to work in a synchronous fashion. But the workflow engine triggers workflows asynchronously, and the workflows are processed asynchronous. You cannot include an async proc...

Views

510

Like

1

Replies

0
Re: Java: how to best update the jcr:contents of a page? - Adobe Experience Manager 05-01-2018
With PageManager API - you can create new pages - we have a new article that shows this -- Scott's Digital Community: Creating an Experience Manager 6.3 Page using the Page Manager API (be released week of Jan

Views

556

Like

1

Replies

0
Re: how to get retrieve a page using PageManager.getPath - Adobe Experience Manager 20-08-2019
Do you mean that anonymous user doesn't work for this use case but when you login with admin on pubs it works fine?If yes, use service user and assign appropriate permissions on specific path hierarchy. Modify the code as applicable.Service Users in AEM http://www.aemcq5tutorials.com/tutorials/create-system-user-in-aem/

Views

10.8K

Likes

0

Replies

0