Hi there,I tried to use the simpleSearchto achieve the search functionalityWhen I try to use the below one.slingRequest.getResource().adaptTo(SimpleSearch.class);I got nullpointer exception.Kindly guide me to resolve the issue. ThanksNanda
Hi ,I have a custom component on page in which i am calling third party web service to pull the data. Requirement in this case is to serve the data from dispatcher cache every time user access the configured pages (cached data pulled from web service) but update the cache in regular intervals of tim...
Hi All,I am trying to create home page component by taking reference of geometrixx site's header and footer components.I have copied all the required from this sample site to my app.Attached is the my project structure and when i am trying to create home page by selecting my app's template when i op...
Current situationI am using CQ5.6.1 . We have one author and 2 publish instance.I made the below setting mentioned below in the repository.xml for all the above instances <param name="groupMembershipSplitSize" value="5"/><param name="autoExpandTree" value="true"/><param name="autoExpandSize" val...
Hi,I am trying to use the datetime xtype in the dfunction(object,value){var dialog=object.findParentByType('dialog'); var type = dialog.form.findField("./noofcolumns"); var headingcolumn1 = dialog.form.findField("./headingcolumn1"); if(value == '1'){ headingcolumn1.show(); headingcolumn1.allowBlank ...
Hi, I created a very simple component, in side the component, I am using angularjs just to render a simple hello world. This is what I did, I create a component from CRXDE. On the jsp page, this is the code I wrote. <%@include file="/apps/pwc/global.jsp" %> <% String clientID = currentNode.getIdent...
How to only activate and use SAMLAuthenticationHandler at the site level? This means we are only enforcing(trying..) saml usage for specific xxxsite with external IdentityProvider(Company IDP). Thanks Diego
ACS AEM common Generic list component provide us to list key/value pair on page. I have XML and flat files with tons of key/value pairs. Is there some way to directly populate all key/values from XML and text files to generic list.Thanks,
Hello Community,i want to generate a form with the granite form components dynamically in Sightly, where the values if they exist, are already set. (<input type="text" value="foo"/> for example.)How can I set the value or any other attribute of a resourceType (granite/ui/components/foundation/form/t...