Disable link

Hello.
I want to disable a bjs:commandLink when i select an option in a bjs:comboBox. I use a value binding (true/false) for that:

It work and disable link, but the link preserve its style and can press it, but with no results.
Its a bug or its my problem?

Disable link

You are indeed correct; the disabled command link has no visual indication of its current state. The reason for this is that a bjs:commandLink is rendered as an xhtml href tag. An ancor tag does not support the disabled attribute.

hi