Hi,

In the application I am working on, I like to show a processing wheel
turning when processing "Delete" action. After deletion is done, it will
refresh the update zone with some sort of messages related to "Delete" and
stop processing wheel. It works in Firefox, but not in IE because the
onclick function is not called at all. 

sample codes like this in 'a' tag which has:
t:id="deleteTemplate" t:zone="updateZone"  t:context="${template.id}"
t:type="actionLink" onclick="startProcessingWheel('${processingMessage}',
numOfParam);">Delete

Can somebody know what is going on in IE? What is the solution?

Thanks,

David

-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/T5-1-onclick-not-called-in-actionLink-with-updateZone-in-IE-tp5011177p5011177.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to