Hi Ken,
I want the rendered attribute to evaluate to true only if Both condition
is true. This is a test in the
admin-gui/src/docroot/shared/logAnalyzerLoggers_2.inc file
rendered="$pageSession{doCharting} & #{!requestScope.hasSevereChart}"
however, even though $pageSession{doCharting} is false,
the component is still rendered.
Do i get the syntax right ?
thanks
Anissa.