I would like to know how can I combine multiple boolean coniditions in EL. I have following example and it is not working.
The operator OR in an expression EL is ||.
Try this:
See this tutorial http://docs.oracle.com/javaee/1.4/tutorial/doc/JSPIntro7.html
Regards