Jerzy,

Looking at the code of BaseHandlerTag (from which most of the <html:...>
tags inherit) everything looks in place to handle this attribute (it was
added on June 13th). I suggest you change your copy of the struts-html.tld
to include this attribute and see if it works.

Niall

> -----Original Message-----
> From: Jerzy Kalat [mailto:[EMAIL PROTECTED]]
> Sent: 09 July 2001 12:33
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: <html:text attribute question
>
>
> Hi,
>
> If this is true, what do I do wrong, as this line of code
>
> <TD>
>     <SPAN class="f-data">
>         <html:text property="geoEntityType.id" size="4" maxlength="4"
> title="Enter Type ID"/>
>     </SPAN>
> </TD>
>
> produces this error:
> org.apache.jasper.compiler.CompileException:
> C:\tomcat-3.2.1\webapps\myapps\geoEntityType.jsp(186,27) Attribute title
> invalid according to the specified TLD
>
>     Jerzy Kalat
>
>
> ----- Original Message -----
> From: "Pham Thanh Quan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 05, 2001 9:44 PM
> Subject: Re: <html:text attribute question
>
>
> > You can implement it perfectly by the way that you present
> > Quan
> > PS. I use IE 5.0
> >
> > ----- Original Message -----
> > From: Jerzy Kalat <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, July 05, 2001 9:25 PM
> > Subject: <html:text attribute question
> >
> >
> > > Hi,
> > >
> > > IE Browser has very nice, user friendly feature, with form input text
> > field.
> > > If such field has attribute title='text to be displayed' and user put
> his
> > > mouse over this field, this text is displayed to the user.
> > >
> > > I do not see 'title' atribute in <html:text> input button.
> Any idea how
> > can
> > > we implement it?
> > >
> > >     Jerzy Kalat
> > >
> > >
> > >
> >
>

Reply via email to