HelloMy IMAC needs a total reinstall. I am a member of Creative Cloud but I also have CS5.5 on my IMAC. To do a reinstall I need the serial number of CS5.5 but cannot find it. I only need to use my INDESIGN files that were created in CS5.5. What can I do to solve this problem? I REALLY NEED TO ACC...
Hi All,Is there any impact on the instance when we try to delete the process step “Create sub Assets” in the out of the box DAM asset workflow .Thanks in advance
Hi All,I want to make my some of the assets and pages as a gated content so whenever end user tries to access those assets and pages, one form should open and only after successful submission, he can access those gated content.So what I am thinking to achieve this -All assets and pages would not be ...
Hi,I am new to AEM and want to install it in my system.Could anyone please suggest as to how I can get the latest installables and license for the same?
I am trying to override the default tag path.If we don't give any namespace it stores in default/standard path,I have requirement where I need to modify the default path and store it in custom path.What are the possibilities for this ?Thanks in advance!
When I use<h2 class="${properties.testclass}" data-sly-element="${properties.tagType}">${properties.title}</h2> in my JSP code (In HTML it works fine)Output<h2 class="test" data-sly-element="h5">Title</h2>Expected Output:<h5 class="test" >Title</h5>
Hello,I am working with components that use Handlebar templates. In an attempt to create a Handlebar helper, I follow the instructions provided on this help page, SCF Handlebars Helpers. I've created a simple helper server side first to see if it works. However, my bundle is in an "installed" sta...
Hello,I need to change bundle start level from default 20 into 21 to prevent some timing issues.I've found solution via bundle activator.Something like this:Bundle bundle = context.getBundle();StartLevel startLevel = (StartLevel) context.getService(context.getServiceReference(StartLevel.class.getNam...