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

jezwn
jezwn
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
26

Posts

Posts
102

Discussions

Discussions
15

Questions

Questions
87

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by jezwn
Customize the badges you want to showcase on your profile
How to setup schedulers in AEM? - Adobe Experience Manager 02-12-2019
I've created a scheduler class and wrote the configuration and run() method for scheduler. I need a System.out at intervals based on the cron-expression. How can I set the scheduler interval to the cron-expression and make it run?Reading through the Scheduler API instead of whiteboard almost all the methods was found deprecated. What's the alternate for that?import org.apache.sling.commons.scheduler.Scheduler;import org.osgi.service.component.annotations.Activate;import org.osgi.service.componen...

Views

4.4K

Like

1

Replies

2
Re: Add property to DAM Asset metadata using custom workflow - Adobe Experience Manager 30-11-2019
I created a process, added it to DAM UPDATE ASSET and it's all working fine. What I'm troubling with is how to access the metadata node in the execute() method to add properties to it.

Views

4.0K

Likes

0

Replies

0
Add property to DAM Asset metadata using custom workflow - Adobe Experience Manager 30-11-2019
How to access the metadata node to add additional property on DAM UPDATE ASSET using custom workflow?

Views

4.9K

Likes

0

Replies

3
Re: Customize cq:dialog! - Adobe Experience Manager 30-11-2019
How to add clientlibs to cq:dialog?

Views

1.7K

Likes

0

Replies

0
Sightly showing unexpected behaviour with bootstrap - Adobe Experience Manager 27-11-2019
I was trying to use the bootstrap navbar with configurable links. Wrote a model class which injects the resource from the cq:dialog, which is a multifield. It all works fine without the bootstrap classes and other jargons. With all these it's not rendering properly. The rendered html contains the sly element and it hasn't been rendered.The component.html ${child.linkText}(current) The NavbarModel.javapackage com.project.core.models;import javax.inject.Inject;import org.apache.sling.a...

Views

1.1K

Likes

0

Replies

1
Re: Customize cq:dialog! - Adobe Experience Manager 25-11-2019
Okay cool

Views

1.7K

Likes

0

Replies

0
Re: Customize cq:dialog! - Adobe Experience Manager 25-11-2019
Okay lemme be clear on that. At first the cq: dialog must show with certain fields to enter values and a 'next' option which takes the user to the next screen of the dialog where user is supposed to enter some other data and so on. eg: First the dialog is shown with text fields to enter two values and a NEXT button. Upon clicking NEXT, the user is taken to a view with four fileds and a SUBMIT button, inside the dialog.

Views

1.7K

Likes

0

Replies

0
Customize cq:dialog! - Adobe Experience Manager 24-11-2019
Is it possible to customize cq:dialog in a way that it takes input just like google forms, multiple form pages and depending on the choice made it would take to the corresponding? For example opening the cq:dialog the user must be shown some choices to select from, and depending on the selection the user is to be directed to the corresponding fields and so on. The thing I'm looking for is a form like structure with next and back options and a final submit.

Views

4.4K

Like

1

Replies

8
HTTP ERROR 503 Problem accessing /. Reason: AuthenticationSupport service missing. Cannot authenticate request. - Adobe Experience Manager 21-11-2019
Running the AEM instance I'm getting this error. HTTP ERROR 503I've tried opening the same via command line and tried deleting the index files and it's still the same. How can I resolve this? If the instance is corrupted somehow, how can I retrieve my project resources?

Views

2.6K

Likes

0

Replies

2
Adding preview option in cq:dialog - Adobe Experience Manager 12-11-2019
Is it possible to add a session in cq:dialog which renders whatever data is supplied in the fields and previews it out in real time. In the simplest of scenarios, I need to add two numbers and when I enter both the numbers the cq:dialog should preview it's output as 4. There should be two sessions in the the cq:dialog, like two columns, the left one to enter value to the fields and the right to display the rendered output. How to achieve this? Is it possible to?

Views

2.4K

Likes

0

Replies

2