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

Opkar_Gill
Opkar_Gill
Offline

Badges

Badges
33

Accepted Solutions

Accepted Solutions
280

Likes Received

Likes Received
146

Posts

Posts
952

Discussions

Discussions
180

Questions

Questions
772

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Opkar_Gill
Customize the badges you want to showcase on your profile
Re: Can i create two dialog for a content component - Adobe Experience Manager 15-10-2015
When you create a dialog it needs to be called dialog(classic) or cq:dialog(touch ui). You can't create multiple dialogs for the same interface i.e classic/touch uiIf you have complex functionality to implement in your dialog, create separate tabs to group your widgets

Views

444

Like

1

Replies

0
Re: Component Javascript Events - Adobe Experience Manager 15-10-2015
Have you looked at cq:listeners? https://docs.adobe.com/docs/en/aem/6-1/develop/components.html#cq:listeners

Views

212

Likes

0

Replies

0
Re: QueryBuilder - Adobe Experience Manager 15-10-2015
A colleague, David Gonzalez, summarised why to use QueryBuilder very well:1. It simplifies making complex parametised queries2. It should auto-optimize query evaluation3. Extension points for adding custom behaviour(custom predicates, Hit Writers etc)4. Provides pagination, facets etcThere is no reason why you have to use QueryBuilder, but it can be less confusing to use than writing path/JCR queries.Regards,Opkar

Views

73

Likes

0

Replies

0
Re: Design is not reflecting for a page? - Adobe Experience Manager 15-10-2015
Hi,you mentioned you have student work book for version 5.5, what version of AEM are you trying the examples this on?Regards

Views

385

Likes

0

Replies

0
Re: AEM 6.0 installed in Tomcat and not working - Adobe Experience Manager 15-10-2015
What happens with http://localhost:8080/libs/cq/i18n/translator.htmlRegards,Opkar

Views

173

Likes

2

Replies

0
Re: Maven Settings.xml - Adobe Experience Manager 15-10-2015
Hi,there is an example here: https://helpx.adobe.com/experience-manager/using/first-osgi.htmlRegards

Views

2.2K

Likes

0

Replies

0
Re: Dialog is not getting submitted for any component pls help. - Adobe Experience Manager 15-10-2015
Is this a local instance? When you said:>msg box is coming with msg 200 OK (having warning symbol)What is the error when you open the javascript console?

Views

78

Likes

0

Replies

0
Re: Dialog is not getting submitted for any component pls help. - Adobe Experience Manager 15-10-2015
Is it a local instance?Have you tried with different browsers?

Views

76

Likes

0

Replies

0
Re: Dialog is not getting submitted for any component pls help. - Adobe Experience Manager 15-10-2015
What about your error.log file?Have you checked the following files to make sure your request is even reaching your server?access.log: All access requests to CQ5 and the repository are registered here.request.log: Each access request is registered here together with the responseAre you sure your user has at least modify access to the page?

Views

76

Likes

0

Replies

0
Re: Dialog is not getting submitted for any component pls help. - Adobe Experience Manager 15-10-2015
When you look at the page in CRXDE Lite, do you see your component added?Is there anything in error.log when you click OK?Any javascript errors in your browser??

Views

76

Likes

0

Replies

0