Good day sirs
I have this EL expression for rendering the Create button. So if it is pressed it will disappear but also if the user doesn't have a sufficient privilege (i.e. he is a "Korisnik") then he can't create stuff and therefore the button is not rendered.
#{bindings.isNewRow.inputValue eq false or securityContext.userInRole['Korisnik']}
Unfortunately this doesn't seem to be working as my create button shows whether the user is Korisnik or not. So if anyone has a better idea as to what EL expression I should put I would appreciate it