Hi,
below is the code in struts config file
<action-mappings
type="com.jpmc.invconfirm.presentation.struts.controllers.InvestorConfirmActionMapping">
<action path="/getLoanDetail"
type="com.jpmc.invconfirm.base.presentation.struts.actions.StrutsIoCAction"
name="InvConfLoanDetailPageLoadForm"
parameter="GET_LOAN_DETAIL"
input="welcomePage"
validate="false"
scope="request">
<forward name="success" path="loandetail" />
<forward name="failure" path="sysError" />
</action>
</action-mappings>
My question is,
1. what the "type" attribute in <action-mappings> element will do.
2. what the "PARAMETER" attribute in <action> element will do.
Thanks in advance.for you help