Patrick Hubers schreef:
...

<h:graphicImage url="#{(authentication.role == "admin' ? 'image1.gif' : 'image2.gif'}" />

Sorry, that should read

<h:graphicImage url="#{(authentication.role == "admin') ? 'image1.gif' :
'image2.gif'}" />


(I only left out the right parens in my mail, not the original code...)

--
Patrick Hubers

Reply via email to