Last active
January 28, 2019 09:13
-
-
Save dferrandizmont/c3fba15ae71bff620fc3a6a33c4c9f08 to your computer and use it in GitHub Desktop.
[Obtener ruta imágenes report] #report #scriptlet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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