Mathias,

Thanks for taking care of all of these!   I wasn't aware of the issue
of handling non-String values before, and it looks like I was not
alone.

On 12/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> -        return vb != null ? (String)vb.getValue(getFacesContext()) : null;
> +        return vb != null ? 
> _ComponentUtils.getStringValue(getFacesContext(), vb) : null;

Reply via email to