Thread: struts error
View Single Post
  #3 (permalink)  
Old 04-24-2007, 08:20 PM
sandor sandor is offline
Member
 
Join Date: Apr 2007
Location: Pennsylvania,USA
Posts: 46
sandor is on a distinguished road
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.
Reply With Quote