Hi guys! Im working on a small component that has an image asset that is based on the url.Unfortunelly, after created by the first time, the asset is cached and then the component doesn't get updated. How to make a dynamic asset that is updated at each request? My current declaration is:
@SuppressWarnings("unused") @Inject @Path("cliente:logoWeb.gif") @Property private Asset logoWeb; The image displays ok, but gets cached and I dunno how to skip it.