Hi Bernd,

I removed the <f:verbatim> tags and replaced them with the <tc:image>
tag as you suggested, now it works. Thanks for the help.

Regards,

Stefan.

Bernd Bohmann schrieb:
> Oh, sorry.
>
> <f:verbatim> is not a good idea. Please switch to rendering of jsf
> UIComponents with the rendered attribute.
>
> <tc:image value="image/navigate-pointer.gif" width="16px"
> height="16px" rendered= "#{navigationController.currentPage ==
> 'edit/editFuelling'}"/>
>
> or
> rendered="#{facesContext.viewRoot.viewId == '/list.xml'"
>
> Regards
>
> Bernd
>
>

Reply via email to