Hi,

To get a string value from a valuebinding the getter methods of the
components always cast the object value to string (ex:
HtmlOutputLink.getTitle()).

A better way would be to test if the object is null and if it is not
null call object.toString() and return that value.

That would make it possible to use java.lang.CharSequence or any other
object instances to use as a value for the properties.

Mathias

Reply via email to