Skip to content

Instantly share code, notes, and snippets.

@dferrandizmont
Last active January 28, 2019 09:13
Show Gist options
  • Save dferrandizmont/c3fba15ae71bff620fc3a6a33c4c9f08 to your computer and use it in GitHub Desktop.
Save dferrandizmont/c3fba15ae71bff620fc3a6a33c4c9f08 to your computer and use it in GitHub Desktop.
[Obtener ruta imágenes report] #report #scriptlet
public String getLogoInforme() {
return FacesContext.getCurrentInstance().getExternalContext().getRealPath("") + "/resources/imagenes/" + "vinclesweb_logo.png";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment