I have to show pictures within a galleria - Element, but it is not possible to use a relative path. When running the application I get no error, but the shown p:galleria is empty. The script is built as follows: p:galleria value="#{data.Data.bestandBild.umsetzen}"
var="image" panelWidth="900" Source Process Data e.g.: Data.Data.urlWiki: 'E:/fotos/13-14-12-Amersfoort/' Data.Data.bestandBild.umsetzen: 'L1070273.JPG' The Firebug-console "Fehler" does not show anything, in the Firebug-Console "All" I can see all Pictures e.g.: img id="myForm:j_id_h:j_id_66" src="E:/Fotos/13-12-12-Amersfoort/L1070273.JPG" alt="" asked 14.02.2014 at 08:31 Richard Schmid Flavio Sadeghi ♦♦ |
Hi In the p:grahpicImage value-Attribute two El-expressions are embedded (wikiUrl & image). But the attribute should bind a single expression. Could you try to fetch these strings together with a concat command?:
answered 20.02.2014 at 07:56 Reguel Werme... ♦♦ Hi, I changed the graphicImage value as proposed, but unfortunately the change had no positive effect.
(27.02.2014 at 08:33)
Richard Schmid
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 14.02.2014 at 08:31
Seen: 3,373 times
Last updated: 28.02.2014 at 08:42
Hello, could you please extend your question with a code sample that shows how you set the the value(s) of a p:galleria and how the p:dialog plays in? What do you mean by absolute paths (absolute to the filesystem or to the webserver)? Also: if you watch the Network traffic with Firebugs, do you see any 404/Page Not Found?