I'm creating a list of t:checkbox items and I want to label them. I can't use t:label, since I need to customize the label.
At first, I tried: ${component:myCheckItemID} since the documentation says that should result in the clientId for the compoent. It doesn't, I get basically the toString() of the Checkbox object. I can't do ${component:myCheckItemID.clientId} either, since that results in an error. Short of injecting the component into my class and making it a property, how do I get the clientId of the checkbox component? Norman Franke Answering Service for Directors, Inc. www.myasd.com