Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

wcmmode tag

Avatar

Level 2

Hi

How to use tags like <wcmmode:edit>,<wcmmode:design>..? Can we use this in CRXDE? It shows error like "The absolute uri: http://www.adobe.com/consulting/acs-aem-commons/wcmmode cannot be resolved in either web.xml or the jar files deployed with this application"

code:

<%@ taglib prefix="wcmmode" uri="http://www.adobe.com/consulting/acs-aem-commons/wcmmode" %>
<%@include file="/libs/foundation/global.jsp"%>

${"Text"}

<wcmmode:edit>
This will be output in EDIT mode.
</wcmmode:edit>

 

Is this possible ?

0 Replies