Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rendered property el expression

Dino2dyOct 11 2010 — edited Oct 11 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2010
Added on Oct 11 2010
24 comments
719 views