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: how to upgrade our maven project to the latest archetype? (should we even do it?) - Adobe Experience Manager 29-05-2022
Hi @jayv25585659 Maven archetype is only required whenever you are creating the project from scratch. If you are already migrated to the AEM version 6.5, you need to upgrade the uber-jar, maven dependencies, Jdk-11 ,OSGI and 6.5 service package etc.(Which you already did).Now to answer your question, Like you also created new maven project structure and want to adapt to it then you need to copy paste the code from old structure to new structure, but this is not recommended, since it is cumbersom...

Views

72

Likes

2

Replies

0
Re: CQ:Dialog field - how do I make sure a field is mandatory based on a drop-down selection? - Adobe Experience Manager 20-05-2022
Hi @jayv25585659,It should be possible, to achieve what you need without JS. Below is simple dialog definition that is doing exactly what you have asked. So, what you can expect:By default empty option is visible (this of course can be changed)If you choose yes from dropdown year field will appear, it is mandatory so user will need to fill it with data to successfully submit the dialog.If you switch from yes to no, year field will disappear and even if it was empty it still ...

Views

77

Like

1

Replies

0
Re: asset view problem: not displaying all assets depending on selected view - Adobe Experience Manager 19-05-2022
Hi,Could be possibility that one of the folder has a culprit asset. Can package your folder and local as a backup and keep trying publishing all the folders within webex folder one by one and check to narrow down the problem

Views

68

Like

1

Replies

0
Re: how do I apply different values to an OSGI config service depending on runmode? - Adobe Experience Manager 06-05-2022
Kindly check experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/configuring-osgi.html#osgi-configuration-with-configuration-files

Views

74

Likes

2

Replies

0
Re: how do I use BouncyCastle libraries in my maven project? - Adobe Experience Manager 28-04-2022
Hi,Have you checked bundle from osgi console? if it is active or not?Also check the dependencyfinder from osgi to make sure dependencies are available in AEM

Views

68

Like

1

Replies

0
Re: com.adobe.granite.security.user.UserProperties Java Class: what's the difference between authorizableId vs principalName? - Adobe Experience Manager 05-04-2022
I have got this information -https://blogs.taylor-made-software.co.uk/aem/101/build/apps/users.html Hope this will help.

Views

92

Likes

2

Replies

0
Re: missing page property not showing in node(CRX/DE) but seen/available in view-as-published - Adobe Experience Manager 04-04-2022
I am admin though. (or at least the admin account provided to me by Adobe Managed Services).

Views

77

Like

1

Replies

0
Re: selector (resource resolution) not working - Adobe Experience Manager 03-04-2022
was different to the example provided here (but this could apply to earlier versions)http://www.aemcq5tutorials.com/tutorials/sling-resource-resolution-aem/Thank you.

Views

68

Like

1

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT 2 changes I made: I added a "hello there" text on the test.html version.The body tag of the test.html version does not have a CS-->...

Views

81

Likes

0

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT I added a "hello there" text on the test.html version. When viewing the page via view-as-published with the selector (example: h-->...

Views

30

Likes

0

Replies

0