Hi,

mosho schrieb:
I have another question, I was just trying to use LookupDispatchAction. It
looks like if I am extending LookupDispatchAction, I don't have to use
excute method. Is that right?

That's right.
I can do all the processing in the respective
previous and next methods.

Previous methods looks like ..for ex:

  public ActionForward previous(ActionMapping mapping,
          ActionForm form,
          HttpServletRequest request,
          HttpServletResponse response)
          throws IOException, ServletException {
      // do add
      return mapping.findForward("previous");
  }

Wendy,you are right my application is a wizard.
You also need to override the
   protected Map getKeyMethodMap(){
   }
to map the buttons to the dispatch methods.

Hope that helps
Juergen



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

Reply via email to