Hi there,Now i need to assert a property type is "String[]", please see below:[img]option.png[/img]But I find that there is no specified value for type "String[]", please see below:[img]string.png[/img]Anyone know how to assert the type? Thanks a lot in advance.
Is this a Mac OS X "feature" with the 64 bit newer JDKs ? The jdk1.8.0_31.jdk still worked but 40 or 45 seem to have problems. -thanks, benny/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/ tail -100 crx-quickstart/logs/stderr.log Low-memory action set to forkUsing 64bit V...
Hi All,I have basic doubt that in what circumstances dialog and design dialog will be chosen.Please understand me basic difference between these two.Thanks in advance.Thanks,Kishore
I wrote a listener to my pathfield in multifieldpanel xtype where it accepts external links without changing but for images and PDF links it will remove .html at the end, because i added suffix=.html property in pathfield. I wrote a condition like this:function(this,newValue,oldValue){if(this.getVal...
Hello All,I am trying to run AEM in debug mode. I am using the following command to run.java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=512M -Xmx1280m -Dorg.apache.sling.commons.log.level=INFO -...
Hi,I am looking for a way to transform the current request URL into one with a different suffix and preserve everything else.Does CQ (or Sling) has an API for doing this? Or do I have to do it manually, maybe with some help from slingRequest.getRequestPathInfo()?Thanks,Behrang
Hi All,I want to preload the components in a template before displaying the page. I can add the components to template from the sidekick but I don't want to do it that way. I am newbee to Adobe AEM/CQ5. Please help me out with an example.[img]preload-template.png[/img]There is an answer in this URL ...
Is there any way by which we can exclude a particular component node or any of its specific properties to be excluded from the CQ MSM Reference Update Action of Multi Site Management.?We have a component named as "locale-selection". We do not want the roll out to cause the "updateReference Sync Acti...
Hi,If we have two config files under apps structure,For example /apps/folder/config/org.apache.sling.engine.impl.auth.SlingAuthenticator also inside /apps/system/config/org.apache.sling.engine.impl.auth.SlingAuthenticator then CQ is always looking the config file under system. Why can you clarify...