Hi guys,
I am somewhat confused by the javadoc for ActionServlet. It says this about the addActionHandler method:
addActionHandler
public void addActionHandler(java.lang.String actionKey,
ActionServlet.ActionHandler actionHandler)
Override init and call this method for every action to be implemented.
Parameters:
actionKey - The text that will be sent in the servlet parameter to kick off this action.
What exactly is the actionKey and how do I present it to the servlet?