Hi,
I need to pass "width" and "height" parameters
to a jsp graphicImage tag as following:
<h:graphicImage binding="#{cardLoader.image}"
url="#{facesContext.externalContext.requestContextPath}#{cardLoader.imageUrl}"
styleClass="card"/>
I use a binding component.
The bean called as this method:
private HtmlGraphicImage image;
public HtmlGraphicImage getImage() {
image.setHeight("10.0");
image.setWidth("10.0");
return image;
}
But I still obtain an error with setHeight and setWidth (a String
argument is required).
Where do I make the error ? 10.0 is pixel, cm, inches ?
May I pass directly the paramenters as shown here ? (I still haven't
tested this way)
<h:graphicImage width="#{cardLoader.imagew}"
height="#{cardLoader.imageh}"
url="#{facesContext.externalContext.requestContextPath}#{cardLoader.imageUrl}"
styleClass="card"/>
Thank you,
Nicola
---
Questa mail ed eventuali suoi allegati sono strettamente confidenziali. Se
ricevete per errore questa mail, Vi preghiamo cortesemente di cancellarla
immediatamente e di segnalare l'errore a chi ve l'ha spedita. Se Voi non siete
il reale destinatario di questa mail non siete autorizzati alla copia, alla
distribuzione e alla stampa di essa ne tantomeno ad una eventuale modifica
dei contenuti.
This message and any attachments are confidential and intended solely for
the addressees. If you receive this message in error, please delete it and
immediately notify the sender. If the reader of this message is not the
intended recipient, you are hereby notified that any unauthorized use,
copying, publication, printing or dissemination is prohibited. E-mails are
susceptible to alteration.