When I use the onclick as follows (per a previous message from Volker),
I get the following error in IE.
 
<t:toolBarCommand label="Refresh" action="#{quarantine.refresh}"
image="images/view-refresh.jpg" tip="Refresh list of quarantined
messages" id="quarantineCmdRefresh"
onclick="Tobago.reloadComponent('messageCount', '@autoId')"/>
 
 
Line: 582
Char: 7
Error: Object doesn't support this property or method
Code:0
 
 
If I remove the onclick part it works fine (but of course I can't use
the AJAX dynamic updating of my tx:in  component
 
Thanks,
John

Reply via email to