Create a package using package manager and replicate it.Check for replication logs.Clear cache for 4503 server, browser cache, dispatcher cacheif you have access to crx/de of server 4503, login to that server and see code changes are there or not.
I am assuming your code is working fine and bundle is in active state.If its your local publish, try recompiling jsp again using the approach suggested here..http://adobeaemclub.com/unable-to-recompile-cq5-jsp/
Hi Naveen,Here is my understanding on this.The statement "if the mime-type of a resource does not match the extension or is not known then .dir is created " does not refer to the file extention like .js instead it refers to that jcr:mimeType of the file which is in case of javascript will be "text/j...
Answering to JS issue:Use client libsInclude all the JS / CSS in your client lib and the load that client lib at template level. Thus it will not require to load it in component
I guess its possible but you need to make sure you are not closing UL in any component.It can be similar to this in sightly<ul> <li><div data-sly-resource="${ @path='par1', resourceType='foundation/components/parsys'}"></div></li> <li><div data-sly-resource="${ @path='par2', resourceType='foundation...
Are you saying ;You have authored tags in author and when viewing same page in publish after activation you are getting null errorand you have replicated tags to publish instanceLet me know if my understanding is correct on this....
AEM does generate extra div or elements, Here how you can remove it in JSPhttp://adobeaemclub.com/how-to-remove-default-div-generated-by-cq5-aem-for-component/Sightlyhttp://www.aemmastery.com/2015/04/24/remove-div-tags-sightly/data-sly-include is used to include another section/ webpage in to this p...