My page has IndicatingAjaxLink When user clicks on this link the busy indicator never stops , it works fine in firefox
here some html
<tbody
wicket:id="auditInfoContainer"
style="width:100%;height:556;overflow:auto;">
<wicket:container
wicket:id="auditInfos">
<tr
wicket:id="auditInfo" height="10" >
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</wicket:container>
</tbody>
auditInfo is the link .
I am using wicket 1.3.5
--
View this message in context:
http://www.nabble.com/ajax-busy-indicator-never-stops-in-IE-tp20485948p20485948.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
