Dynamically set ElementTitle property of a component

hi All,

Is there any javascript method available to dynamically set ‘ElementTitle’ property of a component at client side - just like setValue() method of textInput component?

Work around can be something like binding the elementTitle property to server side managed bean property, change the server side property dynamically and refresh client side control - which will go through all the JSF life cycle steps.

But looking for a client side javascript method (if available) to avoid the server side manipulation.

Kind regards,
Raja sekhar Kintali

Please have a look at the sample attached to the topic: “Title for Auto Complete Text Input” @ http://tech.forums.softwareag.com/viewtopic.php?p=67586#67586&

There is some javascript that demonstrates dynamically updating DOM Element attributes, and in this case the Element Title.

Regards,
–mark

hi Mark,

Thanks for your reply. It worked.

Kind regards,
Raja sekhar Kintali