aem Questions
1
Solved
If my site structure is like below
MySite (SiteName)
--- HomePage (Page)
--- ProductPage (Page)
Under siteadmin console, while creating site MySite should I use "New Page.." Or "New Site.." ...
Hornbeam asked 31/10, 2014 at 12:44
6
Solved
I would like to take a look at Adobe CQ5 CMS system. Does anybody know if I can download it to my developer computer? I can not find link on web site.
I know Adobe offers CRX as opensource - but m...
Saddlebag asked 5/7, 2011 at 14:37
1
Solved
I've found two examples for how to structure the Maven artifacts for an AEM project:
Adobe's official multimodule-content-package-archetype:
<<artifact>>
|- <<artifact>>...
Fomentation asked 16/9, 2014 at 20:53
1
I am using a cq:htmlTag to generate a custom tag for one of the components.
For the "class" property, I know that I could provide a static class name that is part of a CSS file, but my requiremen...
2
Solved
Lately, I have spent some time trying to better understand the AEM technology stack. There are so many pieces, it seems easy to get confused. I have been looking over the JCR implementations on AEM...
Deryl asked 8/7, 2013 at 21:1
1
Using AEM6 i want to restrict the type of components in a parsys.
I have a parsys in a page.
i drag a custom component from the sidebar to the parsys page.
The custom component also has a parsys....
Chasseur asked 22/8, 2014 at 16:25
1
Solved
I am building a relatively straight-forward AEM component with a simple authoring dialog. At the top of my dialog is a select field. I want certain fields in my dialog to disappear when this select...
Caskey asked 11/8, 2014 at 13:48
2
Solved
I have a dispatcher set up with a fairly deep stats file level due to a particular project in a multi tenancy situation.
What I'm hoping is for a way to be able to recursively flush directories to...
Dominiquedominium asked 25/7, 2014 at 1:14
2
Solved
I'm working on a custom form handler in cq5.5 and everything is going great. I'm now working on locking down some of the security and one of my tasks is to implement a request throttling filter to ...
Mahone asked 31/12, 2013 at 19:23
3
Solved
How can I restrict the components in AEM 5.6.1 that can be used in a particular parsys of a template with out selecting them in the design mode?
Parris asked 24/4, 2014 at 16:50
1
Solved
I'm trying to create a servlet in CQ to access some back-end services. Then from my page will make an AJAX call to get the response from servlet.
@Component(immediate = true, metatype = false, lab...
Nosing asked 18/4, 2014 at 7:45
3
Solved
I am just curious to know what is the difference between jcr:primaryType and jcr:mixinTypes, and why exactly does jcr:mixinTypes is used ? what does it signifies ? If you check /content/dam folder ...
1
I have a implementation in which my radio button group has to be shown and hide based on checkbox. I just included a Cq:panel in which it contains widgets of one checkbox and one radio button group...
Clearheaded asked 4/4, 2014 at 16:32
1
Solved
I have created and deployed a bundle(Servlet) successfully that accepts username and password from user, now I want to save it in JCR Repository under /content/mydata/
I am getting Exception
java....
1
Solved
I have page with name tst in content whose
sling:resourceType = news-portal/pages/test
page structure (under the /apps):
test has
sling:resourceSuperType = news-portal/pages/news-repo-main-p...
1
How to get the CQ5 userInfo by using org.apache.jackrabbit.api.security.user like name and group information in java or jsp .?
Lezlielg asked 21/3, 2014 at 3:18
1
Solved
I'm curious if anyone knows how to have a parsys load w/ default components already in it.
What I'd like to accomplish is the following:
Form Component
- form-parsys
- input component
- input ...
Shelby asked 13/3, 2014 at 22:15
3
Hello I am running an issue right now. I would like to make the checkbox state: checked but I could not make the defaultValue="value"
<channels jcr:primaryType="cq:Widget" fieldLabel="Channels"...
1
Solved
Is it posible if i want to set a cq5 component editable in page A, but not editable in page B.
For example: at page A, i have C component we allow authors to open dialog and edit the component. B...
Triceps asked 12/3, 2014 at 3:0
1
Solved
I am new to Apache Sling, CQ5, etc.
In our codebase, we have a code snippet similar to this:
void perform(SlingHttpServletRequest request, SlingHttpServletResponse response) {
ResourceResolver r...
2
I'm trying to figure out exactly what css is included by the standard call to currentDesign.writeCssIncludes(pagecontext); found in headlibs.jsp. The documentation states simply that it is
Conveni...
Ravioli asked 27/2, 2013 at 18:25
1
Solved
Our setup has various websites and some of which are livecopies from the main site. We are trying to determine if the page we are on is a livecopy. If so try and get its parent and the children of ...
Wisner asked 18/9, 2013 at 11:31
2
Solved
I would need to call a workflow whenever a content author clicks activate on a page. The workflow would then send a notification to the administrator, who then proceeds to activate the page.
Let m...
3
Solved
I am trying to keep particular selectors present within links when hitting a cq5 page.
For example, say you have gone to /content/mysite/mypage.stickyselector.html, I want all of my subsequent lin...
1
Solved
Can anyone tell me the difference between Server side include and sling dynamic include and their respective use cases ?
© 2022 - 2024 — McMap. All rights reserved.