What I want to do is display a string in the
window.status bar when a text input field gets focus. 
Anyone have a working example?

This does not work:

<strutshtml:text maxlength="8" property="username"
onFocus = "window.status='Enter your name'" 
          onBlur  =
"window.status=window.defaultStatus" /> 

NOTE though that the same thing works with a regular
html <INPUT> tag.

<INPUT 
          NAME="realname" 
          onFocus = "window.status='Enter your name'" 
          onBlur  =
"window.status=window.defaultStatus" 
          ><BR>


When I try this in the <strutshtml:text above I get a
jsp compile error:  

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to