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

sr508
sr508
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
51

Discussions

Discussions
33

Questions

Questions
18

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sr508
Customize the badges you want to showcase on your profile
Adapting a zip file - Adobe Experience Manager 08-08-2018
Hi,I am having a package.I need to get the package and upload to s3 bucket I am using the following code Resource resource = resolver.getResource(packagePath); File asset=resource.adaptTo(File.class); S3BucketConnector.uploadPackageToS3(asset);Where package path will be /etc/packages/Query/query-1.14792.0.zipresource is returing JcrNodeResource, type=nt:file, superType=null, path=/etc/packages/Query/query-1.14792.0.zipAfter adapting asset is always null.How to proceed with this??

Views

1.1K

Likes

0

Replies

2
Re: Pathbrowser - multiselectpath not saving all selected paths - using AEM 6.2 - Adobe Experience Manager 18-07-2018
Thanks for the update , I have been working on this very long.I have tried another way to achieve selecting the multiple paths.I have added the multifeild coraui and added the pathbrowser inside it.The first pathbrowser works fine.But when I click on add field , a new pathbrowser appears but he pop-up doesn't work.This is happening for all the remaining pathbrowser fields which I added through multifield.My findings are : the pathbrowser registers on the page load , in coral.jsSo when I add path...

Views

346

Likes

0

Replies

1
Re: Pathbrowser - multiselectpath not saving all selected paths - using AEM 6.2 - Adobe Experience Manager 18-07-2018
Hi ,Thanks for the answer.But I am using 6.2 and I didn't have pathfield.I need to use the pathbrowser.Might be an issue in coralui2??

Views

1.0K

Likes

0

Replies

4
Re: Pathbrowser - multiselectpath not saving all selected paths - using AEM 6.2 - Adobe Experience Manager 18-07-2018
Hi,In my case I am using pathbrowser ui to show it in the front end.I am not using in dialog.I have tried with dialog too, but no luck.I am using coral ui2, aem 6.2 instance

Views

1.0K

Likes

0

Replies

6
Re: Pathbrowser - multiselectpath not saving all selected paths - using AEM 6.2 - Adobe Experience Manager 18-07-2018
Hi,Anyone able to resolve the issue??

Views

1.0K

Likes

0

Replies

8
Re: Pathbrowser conponent coralui - Adobe Experience Manager 17-07-2018
Hi Arun,I am using aem 6.2 instance.Pathfield is not available in the path granite/ui/content/coral/foundation/form/pathfield .

Views

459

Likes

0

Replies

0
Re: Pathbrowser conponent coralui - Adobe Experience Manager 17-07-2018
Hi arun,I have referred the Documentation | CoralUI for mutlifield.Following is the code i have used in my jsp, Enter Path Add a field Enter Path I don't see any console error also.

Views

459

Likes

0

Replies

0
Pathbrowser conponent coralui - Adobe Experience Manager 17-07-2018
Hi,I am building a component with coralui.It consists of multifeild in the front end ui.I have referred the coralui components markup available used it.Inside multifeild I am having a pathbrowser .Problem:::The path browser loaded initially for first time is working properly.When I click on addfeild of multifeild feild component the pop-up of path browser is not working.FINDINGS::My findings are , - Pathbrowser register on the page load.- when a new pathbrowser ui is added at later point dynamic...

Views

1.3K

Likes

0

Replies

4
Implementing dialog participant step - Adobe Experience Manager 12-06-2018
Hi,I have implemented a workflow.I have used an OR SPLIT having 2 branches.in branch 2 i am using dialog participant step.When ever the workflow takes the second branch ... i want to show a aem prompt saying "Exception occured " and will end the workflow.For this purpose ... I took an example dialog that exists under apps/geometrics-outdoors//dialog.I created a clientlib and in the js file i wrote a logic for CQ alert prompt .My idea is , When the dialog participant step triggers, it will execut...

Views

559

Likes

0

Replies

0
Re: Call servlet dopost programmatically - Adobe Experience Manager 12-06-2018
Hi scott,I have implemented using bundles .... it worked.But i want to know the real difficulty in calling the servlet registered by resource type through http post.

Views

787

Likes

0

Replies

1
Likes from