Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
When WcmUsePojo activate() override method is called?
Ref: Adobe Experience Manager Help | Using an WCMUsePojo class to populate an Experience Manager Touch UI...
In that link, there are two java files which extends WcmUsePojo class and "activate" method is called in both files differently.
For HeroTextComponent, I think activate() is called when i press "tick" icon in dialog.
I am not sure how HtlDataSourceExample.activate() is called.
Solved! Go to Solution.
In that example - notice a dialog node resource type points to a script. This script calls the HtlDataSourceExample.activate():3
<sly data-sly-use.data="com.community.aem.dropdown.core.HtlDataSourceExample">
<sly data-sly-use.data=
"com.community.aem.dropdown.core.HtlDataSourceExample"
>
</sly>
The result is the Select field in the dialog is populated with a DataSouce object that is created in HtlDataSourceExample.
View solution in original post
Views
Likes
Replies