On 8/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'm trying to do something like this<h:outputLabel for="foo" style="#{someBean.boolean ? 'error' : 'body'}"
I haven't done this, but I've seen others post similar code. Looks good to me. Try replacing 'someBean.boolean' with 'true' and 'false' and see if it does what you expect. Is this a 'style' or a 'styleClass' attribute?

