Hi, is it possible to register a view on several permissions in zcml? I tried the following notations but didn't work: permission="cmf.ListFolderContents; cells.pr.approve" permission="cmf.ListFolderContents, cells.pr.approve" What is the proper way of doing this? Do I have to register the view two times? Cheers, Dennis