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