AW: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
also if your parameter is not null then call the super.execute(mapping,form,request,response) so that the lookup does it's work as normal. The key is to override the execute method of the LookupDispatch and pass control to it only if the paramter exists in the query/request. Brandon Goodin Phase

Re: AW: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
Yes, I've got that part down. The part I don't understand is what to do if the parameter IS null. I don't understand how I can return an ActionForward since I don't want to forward anywhere, I just want Struts to display the same .jsp associated with the current Action. Brandon Goodin