Beyond me if you can!
A good workman is known by his tools.
A good workman is known by his tools.
Originally posted by Srilakshmi Vara:
Two required mappings for the problem
<action path="/SubmitTrans"
type="org.xxxxx.cts.actions.SubmitTrans"
name="transForm"
scope="session"
validate="true"
input="/FailedTrans.do">
<forward name="success" path="/html/CloseWindow.htm"/>
<forward name="failure" path="/DisplayTrans.do"/>
</action>
<action path="/FailedTrans"
type="org.xxxxx.cts.actions.FailedTrans"
name="transForm"
scope="session" validate="false">
<forward name="success" path="/jsp/TRANS.jsp" />
</action>
A good workman is known by his tools.
This tiny ad is guaranteed to be gluten free.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|