In the javadocs for the LookupDispatchAction, it states that you need to
override the following method:

  protected Map getKeyMethodMap(ActionMapping mapping,
           ActionForm form,
          HttpServletRequest request) {
      Map map = new HashMap();
      map.put("button.add", "add");
      map.put("button.delete", "delete");
      return map;
  }


However, the method in the class has no parameters.  I downloaded the latest
nightly build and checked.  Is this a bug?

Also, can I override this method in my base class - will that work for all
subclasses?

Thanks,

Matt


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to