Re: JUnit doubt when action extends BaseDispatchAction and BaseLookupDispatchAction.
Posted By:
Anonymous
Posted On:
Saturday, January 8, 2005 05:14 PM
Yes. There is some difference b/n LookupDispatchAction and DispatchAction.
With "DispatchAction" you would pass the name of the dispath method as a request parameter; where as with the "LookupDispathAction" you would have to pass in the value which comes from the properties file for the corresponding button's key
For more info look at http://struts.apache.org/api/org/apache/struts/actions/LookupDispatchAction.html