dev@jsftemplating.java.net

EL for rendered attribute

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Sun, 01 Apr 2007 21:24:27 -0700

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.