|
Sorry. Here is the part of the struts.config :
<action path="/protocolListRequest" type="web.ProtocolListRequestAction" name="protoclListForm" scope="request">
<forward name="success" path="/protocolSelectionPopup.jsp" />
</action>
Also , the action ProtocolListRequestAction extends DispatchAction.
thanks.
|