Ok I misunderstood toolTipIcon for toolTipIconPath, any way I can not
find tooltipIconPath in tlds (both 2.0.x and 2.1.x), so that means you
can not set it.         

So the toolTipIconPath would never work,

And when looked in 2.1.x code I found this in UIBean
830             //TODO: this is to keep backward compatibility, remove
once when tooltipConfig is dropped
831             String tooltipIcon = (String)
getParameters().get("tooltipIcon");
832             if (tooltipIcon != null)
833                 this.addParameter("tooltipIconPath", tooltipIcon);
834             if (this.tooltipIconPath != null)
835                 this.addParameter("tooltipIconPath",
findString(this.tooltipIconPath));

Ya you were rite, they were added in 2.1.x but not yet completely added.


Regards,

Jishnu Viswanath

Software Engineer

*(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll

Tavant Technologies Inc.,

www.tavant.com

PEOPLE :: PASSION :: EXCELLENCE


-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 28, 2008 7:13 AM
To: Struts Users Mailing List
Subject: RE: tooltipIconPath attribute not working?

--- On Sat, 9/27/08, Jishnu Viswanath wrote:
> By the way, in struts 2.0.x, the attribute toolTipConfig
> exists that what the documentation says, the link I gave 
> was the doc of UIBean, I checked the code of UIBean, in 
> which they split with = and add all parameter to the ftl.

Nobody's talking about "toolTipConfig". We're talking about
"tooltipIconPath".

Dave


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

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 
contain confidential and/or privileged material. If you have received this in 
error, please contact the 
sender and delete the material from any computer. All e-mails sent from or to 
Tavant Technologies 
may be subject to our monitoring procedures.


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

Reply via email to