Move the javascript call to increaseTimeout in your JSP page as below:
<logic:notEmpty name="formBean" property="incompletedLists">
<tr class="rowdivider"><td colspan="16"></td></tr>
<d-el:table id="row" name="formBean.incompletedLists" cellpadding="1"
cellspacing="0" style="border-right: 1px solid #AAAAAA;width: 100%;border:
1px solid #AAAAAA;">
<d:column title="Efd" sortable="false" style="border-right: 1px solid
#AAAAAA;" property="efd"/>
<d:column title="Safety" sortable="false" style="border-right: 1px solid
#AAAAAA;" property="safety"/>
<d:column title="Test Plan" sortable="false" style="border-right: 1px solid
#AAAAAA;" property="testPlan"/>
<d:column title="Entry Date" sortable="false" style="border-right: 1px solid
#AAAAAA;" property="entryDate"/>
<d:column title="Abstract" maxLength="100" sortable="false"
style="border-right: 1px solid #AAAAAA;" property="abstractText"/>
</d-el:table>
<script language="JavaScript">increaseTimeout("row",4);</script>
</logic:notEmpty>
________________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sameer
Nanda
Sent: mardi 19 février 2008 19:55
To: [email protected]
Subject: Re: [displaytag-user] How to change timer for
tooltipindisplay:colum
David,
The problem that I am having for the code below is, the java script code
doesnt get called and neither do I get any error message. From what I
understand is the scirpt should atleast be fired ONCE at the time of loading
the document, but mine doesnt seem to be called ever. Any idea why?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user