You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jerzy Kalat <jk...@home.com> on 2001/07/05 16:25:49 UTC

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



Re: Posted by Jerzy Kalat <jk...@home.com>.
Thank you very much !!!!

I have downloaded the most recent binary version of Struts, changed TLD file
by adding
this new property, and it works !

Thanks a lot !

    Jerzy Kalat

----- Original Message -----
From: "Niall Pemberton" <ni...@btInternet.com>
To: <st...@jakarta.apache.org>
Sent: Monday, July 09, 2001 7:18 PM
Subject: RE: <html:text attribute question


> 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:jkalat@home.com]
> > Sent: 09 July 2001 12:33
> > To: struts-user@jakarta.apache.org
> > Cc: quanpt@sdcgrp.com
> > 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" <qu...@sdcgrp.com>
> > To: <st...@jakarta.apache.org>
> > 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 <jk...@home.com>
> > > To: <st...@jakarta.apache.org>
> > > 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
> > > >
> > > >
> > > >
> > >
> >
>


RE: Posted by Niall Pemberton <ni...@btInternet.com>.
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:jkalat@home.com]
> Sent: 09 July 2001 12:33
> To: struts-user@jakarta.apache.org
> Cc: quanpt@sdcgrp.com
> 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" <qu...@sdcgrp.com>
> To: <st...@jakarta.apache.org>
> 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 <jk...@home.com>
> > To: <st...@jakarta.apache.org>
> > 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
> > >
> > >
> > >
> >
>


Re: Posted by Jerzy Kalat <jk...@home.com>.
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" <qu...@sdcgrp.com>
To: <st...@jakarta.apache.org>
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 <jk...@home.com>
> To: <st...@jakarta.apache.org>
> 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
> >
> >
> >
>


Re: Posted by Pham Thanh Quan <qu...@sdcgrp.com>.
You can implement it perfectly by the way that you present
Quan
PS. I use IE 5.0

----- Original Message -----
From: Jerzy Kalat <jk...@home.com>
To: <st...@jakarta.apache.org>
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
>
>
>