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
8 September, 2007 - 12:26 — AnonymousYou 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
6 May, 2008 - 13:04 — mohammad