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

tc94524330
tc94524330
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
10

Posts

Posts
60

Discussions

Discussions
19

Questions

Questions
41

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tc94524330
Customize the badges you want to showcase on your profile
Preventing simultaneous workflows on single payload - Adobe Experience Manager 07-12-2015
We extended request for activation workflow for distributed authoring purposes. Author has to start the workflow in order to activate the page. Now, even after author starts the workflow for that page, he can again start the workflow by clicking "Activate Page" from sidekick or from siteadmin. Iss there a way to prevent simultaneous active workflows?

Views

229

Likes

0

Replies

0
Re: Checkbox visible for particular country only - Adobe Experience Manager 23-11-2015
bsloki wrote... but before writing a listeners, we may have to look at if its the right approach ? To get to the best approach couple of questions. Is that the country is a different site ?? if its a different site, then I would say to override this component dialog for that site and add the checkbox. Yes, the country is a different site. I tried using the listener approach something like this : The component for which i am changing is a global component. Almost 20 components include this using ...

Views

289

Likes

0

Replies

0
Checkbox visible for particular country only - Adobe Experience Manager 22-11-2015
Hi,I am trying to develop a dialog that has a checkbox which has to be visible to only a particular country. For example, in component dialog i added checkbox with xtype selection then that checkbox should be visible for pages under china only not for other countries. What would be the best way to implement it? Can we do it using listeners? If listeners, then which method is the best to use?

Views

333

Likes

0

Replies

4
Restrict only one component to drag in to 2 column component - Adobe Experience Manager 15-10-2015
Hi,I have a custom two column component which works similar to 2 column component. I want to be able to drag only text component in to it. How can we restrict that? I mean from sidekick i should be able to drop only text component in to the parsys present in the component. Is it possible to achieve that behavior?

Views

485

Likes

0

Replies

2
Question regarding JSPC plugin - Adobe Experience Manager 15-10-2015
I am using maven JSPC plugin for making sure that JSP's are error free before installing in to CQ instance. While i am trying to run it is throwing a error that it could not find libs/foundation/global.jsp. It's not a best practice to save global.jsp locally or including libs in the build.Can anyone say what can be a workaround for this? How can i use global.jsp for successful compilation?

Views

137

Likes

0

Replies

1
Re: Error in compilation of JSP due to taglibs error - Adobe Experience Manager 15-10-2015
That is just a copy-paste error. In the code, the URL is fine.

Views

774

Likes

0

Replies

0
Re: Error in compilation of JSP due to taglibs error - Adobe Experience Manager 15-10-2015
I still couldn't figure out why i am getting that error. I am aware of how to build and how to use taglibs. But my problem is while compiling JSP using JSPC plugin i am getting the above error. Could you please give me any hint or solution to the error?

Views

735

Likes

0

Replies

0
Error in compilation of JSP due to taglibs error - Adobe Experience Manager 15-10-2015
I am facing a error while compiling JSP. When i compile JSP i am getting following error The absolute uri: http://www.day.com/taglibs/cq/personalization/1.0 cannot be resolved in either web.xml or the jar files deployed with this application -> [Help 1]I am not sure which dependency i need to include. I already included wcm-taglib, org.apache.sling.scripting.jsp.taglib.

Views

1.4K

Likes

0

Replies

6
Re: Listeners error in pathfield xtype - Adobe Experience Manager 15-10-2015
smacdonald2008 wrote... Sounds like something changed in your environment that is conflicting. Was anything done to your CQ installation? No I didn't change anything in the environment. But i solved the error, i wrote a new function and now every thing is working fine.

Views

198

Likes

0

Replies

0
Listeners error in pathfield xtype - Adobe Experience Manager 15-10-2015
I wrote a listener to my pathfield in multifieldpanel xtype where it accepts external links without changing but for images and PDF links it will remove .html at the end, because i added suffix=.html property in pathfield. I wrote a condition like this:function(this,newValue,oldValue){if(this.getValue.indexOf('content')>-1){this.setValue(this.value.split('.',2).join('.'))}else{this.setValue(this.getValue)}}; This worked fine yesterday.for example: if the link is /content/geometrrix/logo.png.html...

Views

332

Likes

0

Replies

2