smacdonald2008 - my issue was resolved. The issue seemed to be due to a restriction of organizational firewall blocking the access to the template repository, I was able to proceed from a personal connection to internet outside or organizational firewall.Thanks,Hemant
Wishing everyone on this community a very Happy New Year 2018 !!Thanks for all your contributions ! Let us keep the tradition of knowledge sharing alive in the upcoming year too!
Hi,I have downloaded the lazybones – lazybones-0.8.3 and used the command :lazybones create aem-multimodule-project aemtrainingandreceive the response as below:Creating project from template aem-multimodule-project (latest) in ‘aemtraining’(Offline mode – run with -v or –stacktrace to find out why)C...
So if we take away the query parameters from the original question, then does it imply that caching happens only on basis of resolved segments ? Or is it any different for that scenario?Thanks,Hemant
// The WCMUse class' method that gives me an ArrayListpublic List<String> getAllColumns() { List<String> allColumns = new ArrayList<String>(); for (int i = 1; i <= 10; i++) { allColumns.add("Test" + "-" + i); } return allColumns; } # sightly code that I am trying out ....<sly data-sly-lis...
Hi Felke.On trying the snippet as below: <div data-sly-test="${myList.size > 5}" data-sly-unwrap> Heloo!!!!! </div>We get an error as: Invalid types in comparison. Comparison is supported for Number types only.Could you please throw some light on why this could be the case?Thanks,Hemant B...