Subject: Re: title and alt properties From: Torgeir Veimo <[EMAIL PROTECTED]> === Marco Maier wrote: > Hi Barbara, > > >>so let's hardcode title ="" and alt="" in the jsp ? I do this :-/ > > > that doesn't work. > The output for > > <html:textarea property="text1" title="" alt="" /> > > is also > > <textarea name="text1" title="???de.null???" alt="???de.null???"> > > Only if I set alt="something" and title="something" I get rid of the ugly > ???de.null???. > But this isn't a nice solution, since this occurs on every html element and I > don't want > a alt and title property on every html element.
I filed a bug, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8460, but Craig seems to disagree its a problem. -- -Torgeir -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

