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. And “history” is path as specified in struts-config.xml

 

<action path="/history"

   type="com.abc.abcset.common.action.HistoryAction"

   scope="request"

   input="/startPage.jsp"

   validate="false"

   parameter="method">

   <forward name="HistorySuccess" path="/welcome.jsp" redirect="false"/>

 

 

Is there any other way DispatchAction URL needs to be framed?

 

 

Regards

Naresh

 

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

Reply via email to