A wrapper around {@link org.apache.tapestry.Translator#toClient(Object)} that firstfires a "toclient" event on the component to see if it can perform the conversion.
@param value to be converted to a client-side string
@param componentResources used to fire events on the component
@param translator used if the component does not provide a non-null value
@return the translated value
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.