On 9/4/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:

[snip]
Cool idea.  The DialogContext has a "name" property, so maybe something
like this will do for the rendered attribute?

  "#{!dialog2.name == 'Checkout'}"


H'mm ... I will bet that probably needs parentheses, or use a "!=" operator
instead:

   "#{dialog2.name != 'Checkout'}"

Craig

Reply via email to