Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 AEM6 SP3 中,我试图在一个组件中使用 taglib 从页面读取内容并将其作为电子邮件发送,组件中的 JSP 代码如下:
<c:set var="morContent" value="${is:MORContent(resourceResolver)}"/> \${morContent}
除了我无法获取电子邮件中的内容外,我只看到 ${morContent} 字面显示而不是实际内容,但是当我尝试在网页中显示时,同样的事情工作正常。
我在这里做错了什么?