A wrapper around {@link org.apache.tapestry.Translator#parseClient(String,org.apache.tapestry.ioc.Messages)}. First a "parseclient" event is fired; the translator is only invoked if that returns null.
@param clientValue the value provided by the client (may be null)
@param componentResources used to trigger events
@param translator translator that will do the work if the component event returns null
@return the input parsed to an object
@throws org.apache.tapestry.ValidationException if the value can't be parsed
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.