Re: DispatchAction URL

2004-06-01 Thread David Erickson
, June 01, 2004 9:52 AM Subject: DispatchAction URL Hi, I am using DispatchAction class and trying to invoke my method using following URL, but WL 8.1 is giving HTTP 404 error. http://localhost:7001/abcSet/history?method=executeHistoryEdit/ abcSet is my app. Context root

DispatchAction URL

2004-06-01 Thread Naresh Sharma
     type="com.abc.abcset.common.action.HistoryAction"    scope="request"    input="/startPage.jsp"    validate="false"    parameter="method">        Is there any other way Dispatch