You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jay Bose <di...@yahoo.com> on 2008/06/02 01:48:06 UTC

Event Handler API

I am using Struts-2.0.11.1. 

Does anyone know of documentation explaining how to build a more robust "handler"
functions?

Literally, the best I've seen is below. What if I want to make the request to a new URL?

   function handler(widget, node) {
     alert('I will handle this myself!');
     node.innerHTML = "Done";
   }


      

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org