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: way of setting and retrieving a Page object via request attribute - Adobe Experience Manager 15-10-2015
Try using a name other than page for the request attribute:request.setAttribute("myPage", myPage);Edit: other request attribute names to avoid: http://dev.day.com/docs/en/cq/current/developing/scripts.html#

Views

445

Likes

0

Replies

0
Re: How does one switching from classic UI to touch UI? - Adobe Experience Manager 15-10-2015
I may have misunderstood, but you can always point directly to http://localhost:4502/projects.htmlAuthors can bring up the new touch page editor manually by swapping 'cf#' for 'editor.html' in the URL. For example:Classic: http://localhost:4502/cf#/content/geometrixx-outdoors/en.htmlTouch: http://localhost:4502/editor.html/content/geometrixx-outdoors/en.html

Views

220

Like

1

Replies

0
Re: Can a component or macro be made that will create child pages from a template? - Adobe Experience Manager 15-10-2015
BenjaminJines wrote...Basically, I want a user to be able to go to the website and for there to be a "add new page" link or button that will allow the user to add a child page under the current one.Just to clarify: by user do you mean author? Or an authenticated user on a publish instance?

Views

111

Likes

0

Replies

0
Re: autocomplete in JSP - CQ on eclipse - Adobe Experience Manager 15-10-2015
Does /libs/foundation/global.jsp resolve?In other words, do you have a copy of it in your project workspace?

Views

980

Likes

0

Replies

0
Re: Dragging a component onto something OTHER than a parsys - Adobe Experience Manager 15-10-2015
Correct; multiple components can be added to each parsys.There was a question posted recently [0] with a similar ask. In short, there is no OOTB way to limit a parsys to only accept one component, nor a component that can only be placed on any given page once.[0] http://stackoverflow.com/questions/18713857/how-to-restrict-a-component-to-add-only-once-per-page/

Views

352

Likes

0

Replies

0
Re: Dragging a component onto something OTHER than a parsys - Adobe Experience Manager 15-10-2015
Hi Joel,I built an accordion component based on Bootstrap collapse which demonstrates this functionality: https://github.com/blefebvre/cq-bootstrap-accordionYou can specify the number of sections you'd like in the component using the edit dialog. If you select 3, in edit mode you will have 3 droppable parsys sections. With wcmmode=disabled you will see only one section of the accordion expanded at once.

Views

352

Likes

0

Replies

0
Re: Bug when naming anything some from of the word "advertisement"? - Adobe Experience Manager 15-10-2015
No worries, I ran into this issue myself.

Views

480

Likes

0

Replies

0
Re: Bug when naming anything some from of the word "advertisement"? - Adobe Experience Manager 15-10-2015
Any chance you're using Adblock Plus in your browser?

Views

367

Likes

0

Replies

0
Re: Fluid grid type layouts - Adobe Experience Manager 15-10-2015
Is the idea here that each parsys would have one grid item added to it, so this grid would always have 3 items?In this example the page component (media-home) defines the grid structure. Each parsys can have any number of components added to it, so this grid could potentially have more than three items. The structure on the other hand will be fixed: one row spanning the entire 12 columns, and one 2 column row (8 and 4 units, respectively).You can read more about Bootstrap fluid grids here [0].An...

Views

375

Likes

0

Replies

0
Re: currentNode object throws nullpointer exception - Adobe Experience Manager 15-10-2015
Hi Riju,Can you provide the stacktrace?

Views

1.1K

Likes

0

Replies

0