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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: Using getTemplate in JSP requires user to be logged in? - Adobe Experience Manager 13-03-2019
In practice I don't think that it has a huge impact (disclaimer: I am not a security guy, they will possibly see this much different). But it's always good to adhere to the guidelines of the product.

Views

830

Like

1

Replies

0
Re: RTE Styles and Edit in Touch UI Dialog - Adobe Experience Manager 01-10-2019
but css is not visible in results of page

Views

1.0K

Likes

0

Replies

0
Re: Integrating Media Wiki in AEM - Adobe Experience Manager 15-10-2015
The only "media wiki" I know is http://www.mediawiki.org/wiki/MediaWiki and it's written in PHP. Are you referring to the wiki components of CQ 5.4?Jörg

Views

433

Likes

0

Replies

0
Composite Field as fieldConfig of Multifield not retrieving values back - Adobe Experience Manager 15-10-2015
Hi I was trying to create a composite field by adding compositefield as xtype for multifield's fieldconfig . It stores value in CRX as below [img]compostefiedl.jpg[/img] The value is not retrieved back to the dialog. Can anyone have any idea how to retrieve back the values. ThanksVeena

Views

402

Likes

0

Replies

0
Re: Useful Website to check the responsiveness of your site - Adobe Experience Manager 15-10-2015
Hi VeenaEven though I would alwayes recommend testing the responsiveness of your site on actual physical devices, there are a couple of tools that could help you out.Visual test: http://mobiletest.me/Mobile test: http://www.howtogomo.comMobile web performance: http://mobitest.akamai.com/m/index.cgiAnd of cause I suppose Adobe’s own Edge Inspect could be helpful: http://html.adobe.com/edge/inspect/Best regardsThomas Bredgaard

Views

1.4K

Likes

0

Replies

0
Re: Redirect a Form to the same page from Servlet after submission - Adobe Experience Manager 15-10-2015
Hi, there are probably a few ways of doing this. Here's two:1) response.sendRedirect(req.getHeader("referer"));This makes use of the referer header which may or may not be there, so it's not reliable all the time. 2) Have the form pass the page it's on as an variable and then use that for redirecting.This of course could be a security risk so you need to check that the url submitted from the form to your servlet actually is residing on your page Good Luck/johan

Views

3.6K

Likes

0

Replies

0
Re: Setting node properties programatically throwing exceptions - Adobe Experience Manager 15-10-2015
I already have the following methods but still it is throwing the exception private void setMetadata(Node node, String property, String value, ValueFactory vf) throws Exception { if (node.hasProperty(property)) { javax.jcr.Property prop = node.getProperty(property); Value propValue = vf.createValue(value); if (prop.isMultiple()) { List updatedVals = new ArrayList(); updatedVals.addAll(Arrays.asList(propValue)); node.setProperty(property, (Value[]) updatedVals.toArray(new Value[updatedVals.size()...

Views

832

Likes

0

Replies

0
Re: What is Manuscripts in CQ and its functionality? - Adobe Experience Manager 15-10-2015
Hi Veena,Please mark this thread as SOLVED if you think above write-up has helped and answered your question. This would help us in quicker resolution of similar queries.Thanks again.Gaurav

Views

958

Likes

0

Replies

0
Re: CQ Scheduler not firing the scheduled job - on server restart - Adobe Experience Manager 10-11-2017
Hi smacdonald2008​, I am in the process of upgrading the AEM code from 5.6 to 6.3. I have lot of scheduler which is using deprecated methods in schedular. Do you have the sample example for using the scheduler using schedule method? please share with us if you have anythanksPavan

Views

1.7K

Likes

0

Replies

0
Re: SiteCatalyst Integration with CQ giving Error - Adobe Experience Manager 15-10-2015
Make sure you have selected your report suite (in the framework) and the correct data center.Here are the docs: http://dev.day.com/docs/en/cq/current/administering/integrating_with_adobe_marketing_cloud/sitecatalyst.htmlhth,scott

Views

477

Likes

0

Replies

0