Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Feike_Visser1
Feike_Visser1
Offline

Badges

Badges
33

Accepted Solutions

Accepted Solutions
221

Likes Received

Likes Received
276

Posts

Posts
970

Discussions

Discussions
166

Questions

Questions
804

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Feike_Visser1
Customize the badges you want to showcase on your profile
Re: HTL data-sly-test - Adobe Experience Manager 16-12-2018
You can call any method that has no arguments in data-sly-test.In your case check if your item has these methods.

Views

3.8K

Like

1

Replies

0
Re: Aem cq mail service - Adobe Experience Manager 14-12-2018
the error indicates that the class can't found. Either the code is not deployed, or the bundle is not active.can you check at /system/console/services whether the service is available?

Views

7.1K

Like

1

Replies

1
Re: Detecting Touch UI or Classic UI Modes in HTL (Sightly) - Adobe Experience Manager 08-12-2018
for the main-modes I would go for ${wcmmode.edit}, no need for extra libs

Views

1.8K

Likes

0

Replies

0
Re: Difference between adaptables values in a Model class - Adobe Experience Manager 08-12-2018
When using Resource you can reuse without a UI in mind, when using request you can also access request-info.

Views

3.1K

Likes

2

Replies

0
Re: Sling model two adapters, adapt problems - Adobe Experience Manager 29-11-2018
here you see the source code, first it tries via request and then resource:sling-org-apache-sling-scripting-sightly-models-provider/SlingModelsUseProvider.java at master · apache/sling-org-apache…

Views

3.5K

Likes

0

Replies

0
Re: Sling model two adapters, adapt problems - Adobe Experience Manager 29-11-2018
here you can find the right version of the uber-jar: Index of /groups/public/com/adobe/aem/uber-jar

Views

3.3K

Likes

0

Replies

0
Re: Sling model two adapters, adapt problems - Adobe Experience Manager 29-11-2018
"I think the default adaptable is request "It is really about what is done first, request or resource. Nothing about priority here

Views

3.3K

Likes

0

Replies

0
Re: IE11 Download css as Content-Type text/html - Adobe Experience Manager Forms 26-11-2018
Yes, ModMimeUsePathInfo must be configured.see here Installing Dispatcher

Views

16.7K

Likes

0

Replies

0
Re: OSGi Configuration with the Web Console | Multi-multifield. - Adobe Experience Manager 26-11-2018
see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub @AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")String[] getStringValues();

Views

1.4K

Like

1

Replies

0
Re: Error in getServiceResourceResolver method - Adobe Experience Manager 25-11-2018
Also you are mixing annotations (osgi and felix)import org.osgi.service.component.annotations.Component;import org.apache.felix.scr.annotations.Properties;import org.apache.felix.scr.annotations.Property;

Views

9.0K

Likes

0

Replies

0