Struts Problem
Hi,
Can any one please help me here
I am having an issue with the struts application and I couldn't figure out what is going on in here
In our Struts config.xml action mappings, when there isa success, instead of forwarding to the jsp or any action, they have forwarded to some other path like for example "advisor.messages" and they have given the same as input to the same action mapping
Below is the exact example
<actionpath="/advisorMessages" input="advisor.messages" name="messagesForm" type="com.bma.symmetry.advisor.action.MessagesAction"
scope="request" >
<forward name="success" path="advisor.messages" redirect="true" />
</action>

