It depends what theme you are using. I believe tooltips require at
least the xhtml theme, and they use Dojo to render.
Don
On 7/9/07, tom tom <[EMAIL PROTECTED]> wrote:
Hi,
I got the following in S2, jsp.
it shows nothing, infact when I saw the view source it
shows nothing with regards to tooltip.
Is there anything wrong in my usage, Cant I completely
ingore the the tooltipConfig.
Basically I want to give user a flavour of help where
it says Enter display name when the user points to
that text field.
Let me know where I am wrong.
<s:form
tooltipConfig="#{'tooltipDelay':'500','tooltipIcon='images/Printer.gif'}"
theme="simple">
<table>
<tr>
<td align="left">
<div id=rowHdr> Name </div>
</td>
<td align=left>
<s:textfield
name="testForm.Name" tooltip="Enter Display
Name" />
</td>
</tr>
.......
.......
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the
tools to get online.
http://smallbusiness.yahoo.com/webhosting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]