Hi @sesmic, You can implement a servlet that serves as an endpoint for AJAX requests. When a user selects an option, you can trigger an AJAX request to this servlet. The servlet will receive the selected option and utilize it to dynamically modify the behavior of the Sling Model. You can give it a t...