I would like to know how can I combine multiple boolean coniditions in EL. I have following example and it is not working.
<x:someComponent rendered="#{bean.condition1} or #{bean.condition2}">
How can I use "OR" and "AND" logical operators in EL?