mario chiari wrote: Hi Mario, > <f:if condition="{0: file.fileExtension} == {0: 'pdf'}"> You won't need that array-work-around any longer <f:if condition="{file.fileExtension == 'pdf'}"> should do. -- Bastian Waidelich