Hi all, Hope everyone is doing fine ! In JSP usually if we have to include clientLib then we use below statement<cq:includeClientLib js="personalization.ui"/> And then these gets translated to actual script tags<script type="text/javascript" src="/etc/clientlibs/personalization.js"></script> Is ther...