From user-return-191810-apmail-struts-user-archive=struts.apache.org@struts.apache.org Sun Sep 28 02:10:53 2008 Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 22099 invoked from network); 28 Sep 2008 02:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2008 02:10:53 -0000 Received: (qmail 45194 invoked by uid 500); 28 Sep 2008 02:10:41 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 45168 invoked by uid 500); 28 Sep 2008 02:10:41 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 45157 invoked by uid 99); 28 Sep 2008 02:10:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Sep 2008 19:10:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.151.139.149] (HELO mta001-sje.tavant.com) (66.151.139.149) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Sep 2008 02:09:40 +0000 X-IronPort-AV: E=Sophos;i="4.33,324,1220252400"; d="scan'208";a="7334876" Received: from sclex01.us.corp.tavant.com ([192.168.43.41]) by mta001-sje.tavant.com with ESMTP; 27 Sep 2008 19:10:09 -0700 Received: from BLREX01.in.corp.tavant.com ([192.168.135.234]) by sclex01.us.corp.tavant.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 27 Sep 2008 19:09:13 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: tooltipIconPath attribute not working? Date: Sun, 28 Sep 2008 07:39:11 +0530 Message-ID: <1DE62BE605B9904D878E371EF4C540EA014EDA19@BLREX01.in.corp.tavant.com> In-Reply-To: <1DE62BE605B9904D878E371EF4C540EA014EDA17@BLREX01.in.corp.tavant.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: tooltipIconPath attribute not working? Thread-Index: AckhBt9Ocpt0Bmd4T5q8L/Jy+iywSgAA7fOAAAEgLWA= From: "Jishnu Viswanath" To: "Struts Users Mailing List" X-OriginalArrivalTime: 28 Sep 2008 02:09:13.0937 (UTC) FILETIME=[341DE410:01C9210F] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Oops, Nope it will not work, it has not yet implemented I think.=20 Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -----Original Message----- From: Jishnu Viswanath [mailto:jishnu.viswanath@tavant.com]=20 Sent: Sunday, September 28, 2008 7:08 AM To: Struts Users Mailing List Subject: RE: tooltipIconPath attribute not working? Martin,=20 I have not tried with form, but the textarea did not gave me any error, but I did not find any code to use the tooltip in the ftl, so I think they completely ignore the attribute, If you want you have to override the ftl in another theme, I think. PS: No idea on 2.1.x cos I have not yet used it. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com]=20 Sent: Sunday, September 28, 2008 6:39 AM To: Struts Users Mailing List Subject: RE: tooltipIconPath attribute not working? Hello Jishnu- what happens when you configure the tooltipIconPath attribute in the form beforehand ? //tooltipIconPath should be inherited from form ? Martin=20 ______________________________________________=20 Disclaimer and confidentiality note=20 Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.=20 > Subject: RE: tooltipIconPath attribute not working? > Date: Sun, 28 Sep 2008 06:06:44 +0530 > From: jishnu.viswanath@tavant.com > To: user@struts.apache.org >=20 > http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/c > omponents/UIBean.html >=20 > Check examples=20 >=20 > Regards, >=20 > Jishnu Viswanath >=20 > Software Engineer >=20 > *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll >=20 > Tavant Technologies Inc., >=20 > www.tavant.com >=20 > PEOPLE :: PASSION :: EXCELLENCE >=20 > -----Original Message----- > From: Unmesh Kulkarni [mailto:unmeshonline@gmail.com]=20 > Sent: Sunday, September 28, 2008 1:35 AM > To: user@struts.apache.org > Subject: tooltipIconPath attribute not working? >=20 > Hi, > I need help on setting the tooltip images. >=20 > tooltipIconPath attribute is defined in the tag documentation, so I used > it > as under: >=20 > blah" tooltipIconPath=3D"images/tooltip_question.gif" rows=3D"10" > cols=3D"80"/> >=20 > But it's usage gives the following error: >=20 > Attribute tooltipIconPath invalid for tag textarea according to TLD > org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:5 > 15) > org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher > .java:419) >=20 >=20 > I am using struts-2.0.11.1. with Tomcat 5.0.28. >=20 > Is this a bug, or a problem with the way I'm using it? If it's a bug, > are > there any workarounds to set tooltip icons? >=20 > TiA, > -Unmesh > Any comments or statements made in this email are not necessarily those of Tavant Technologies. > The information transmitted is intended only for the person or entity to which it is addressed and may=20 > contain confidential and/or privileged material. If you have received this in error, please contact the=20 > sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies=20 > may be subject to our monitoring procedures. >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org >=20 _________________________________________________________________ See how Windows Mobile brings your life together-at home, work, or on the go. http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/ Any comments or statements made in this email are not necessarily those of Tavant Technologies. The information transmitted is intended only for the person or entity to which it is addressed and may=20 contain confidential and/or privileged material. If you have received this in error, please contact the=20 sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies=20 may be subject to our monitoring procedures. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org Any comments or statements made in this email are not necessarily those of = Tavant Technologies. The information transmitted is intended only for the person or entity to wh= ich it is addressed and may=20 contain confidential and/or privileged material. If you have received this = in error, please contact the=20 sender and delete the material from any computer. All e-mails sent from or = to Tavant Technologies=20 may be subject to our monitoring procedures. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org