You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Cameron Ingram <ci...@tampabay.rr.com> on 2001/04/08 17:10:25 UTC

onBlur problem

Hi all,

I am using 
<html:text property="productBillingAmount"
                size="16"
                onBlur="this.value=formatCurrency(this.value);"/>

except I am getting   Attribute onBlur invalid according to the specified TLD

I have the latest Tld files as of 04/07/01 and they are in my web-inf dir.  

Any suggestions?

Thanks Cameron

Re: onBlur problem

Posted by Oleg V Alexeev <go...@penza.net>.
Hello Cameron,

Sunday, April 08, 2001, 7:10:25 PM, you wrote:

CI> I am using
CI> <html:text property="productBillingAmount"
CI>                 size="16"
CI>                 onBlur="this.value=formatCurrency(this.value);"/>

Your error lives in word 'onBlur' - it must be lowcase - as defined in
tld.

-- 
Best regards,
 Oleg                            mailto:gonza@penza.net