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

Bruce_Lefebvre
Bruce_Lefebvre
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
28

Likes Received

Likes Received
30

Posts

Posts
63

Discussions

Discussions
6

Questions

Questions
57

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bruce_Lefebvre
Customize the badges you want to showcase on your profile
Re: AEM phonegap app with form - Adobe Experience Manager 15-10-2015
Looks like you may be missing the Karma test runner. You can specify the `skipTests` flag to skip tests altogether (see building section in README [0]):mvn -PautoInstallPackage clean install -DskipTests[0] https://github.com/blefebvre/aem-phonegap-kitchen-sink#building

Views

751

Likes

0

Replies

0
Re: AEM phonegap app with form - Adobe Experience Manager 15-10-2015
Can you try running it from the parent directory (aem-phonegap-kitchen-sink-master/ in your case)? This should enable the reactor and bundle to be built and installed to your local maven repository prior to building content/.

Views

665

Likes

0

Replies

0
Re: AEM phonegap app with form - Adobe Experience Manager 15-10-2015
Hi,Which directory are you running the `mvn` command from? Maven appears to be trying to download artifacts from the Adobe repository, which it will not find since they have not been released.

Views

667

Likes

0

Replies

0
Re: How do you localize an AEM PhoneGap App? - Adobe Experience Manager 15-10-2015
I've added a 2nd locale to the kitchen-sink sample app. Check out the pull request to see what was included in the change [0].Additionally, take a look at content-package-switcher.js to see how it was implemented [1].Bruce[0] https://github.com/blefebvre/aem-phonegap-kitchen-sink/pull/39[1] https://github.com/blefebvre/aem-phonegap-kitchen-sink/blob/master/content/src/main/content/jcr_root/etc/clientlibs/brucelefebvre/utility/content-package-switcher.js

Views

485

Like

1

Replies

0
Re: how to apply permission on design mode of sidekick in CQ5? - Adobe Experience Manager 15-10-2015
To hide the design button simply "deny" (uncheck) the modify permission for the particular user or group.

Views

989

Likes

0

Replies

0
Re: how to apply permission on design mode of sidekick in CQ5? - Adobe Experience Manager 15-10-2015
To enable the design button, grant the user (or group) "Modify" permission to /etc/designs/. This can be done as an administrator via the useradmin [0].[0] http://localhost:4502/useradmin

Views

983

Like

1

Replies

0
Re: integrating phonegap - Adobe Experience Manager 15-10-2015
Hey Nick,I created a *very* basic sample app to demonstrate the PhoneGap integration with AEM 5.6.1: https://github.com/blefebvre/aem-phonegap-sampleInstructions for installing and running the app have been included in the project README, so I won't repeat them here. To address your questions:which node should the phonegap-exportTemplate property be set on?phonegap-exportTemplate should be set on the cq:Page's jcr:content node that will serve as the entry point to your app - also the page you'll...

Views

465

Like

1

Replies

0
Re: Adobe CQ Export Content As XML - Adobe Experience Manager 15-10-2015
What type of content would you like to export? If it's page content (like [0]), you should look into Content Sync which can be configured to export content in a number of formats. See the 'pages' configuration type [1] with 'extension': 'xml'.[0] http://localhost:4502/content/geometrixx-media/en.xml[1] http://dev.day.com/docs/en/cq/current/developing/mobile/contentsync.html#pages

Views

1.2K

Likes

0

Replies

0
Re: way of setting and retrieving a Page object via request attribute - Adobe Experience Manager 15-10-2015
Does the script in which you are calling getAttribute include the script that is setting it (via )?

Views

715

Likes

0

Replies

0
Re: way of setting and retrieving a Page object via request attribute - Adobe Experience Manager 15-10-2015
Have you tried casting the Page object from the request attribute?See the foundation list component for an example [0][1].[0] /libs/foundation/components/list/init.jsp and[1] /libs/foundation/components/list/list.jsp (line 36, cast to List in this case)

Views

445

Likes

0

Replies

0