활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi
I'm just trying to call a simple wcmUsePojo class implementation from an aem component, but while doing so I'm getting below given error:
org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier "myClassName".
The code is very simple and does not contain any complex stuff yet, still its not working. the bundle is active and the pojo class package is also available in exported packages.
The code snipped is as given below:
<div data-sly-use.navigationUtilTest="${'com.dummy.helper.navigationUtilTest'}" data-sly-unwrap>
Dummy Text
</div>
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Got the solution, my class name started with lower case letter just changed it to upper case and it worked.
조회 수
답글
좋아요 수
Looks like there is an issue wirh the Java. See this community article to get up and running: https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html
조회 수
답글
좋아요 수
Got the solution, my class name started with lower case letter just changed it to upper case and it worked.
조회 수
답글
좋아요 수
Thxs for posting your solution.
조회 수
답글
좋아요 수