What's the rule for using "true" vs "#{true}" or "false" vs "#{false}"?
I've been switching over to using #{true} since it seems like that'll
work more often than not.
As far as I can tell, it depends on whether the attribute implements a
valueBinding. If it does, then "true" and "false" are to be avoided
:)
Thus, using immediate="true" and immediate="false" is an error.
-Mike

