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>

[715 byte] By [nagmiddeka] at [2007-11-27 6:37:35]
# 1
I need to know what happens if the input attribute in the action mapping and the path attribute in the forward tag are sameThanks
nagmiddeka at 2007-7-12 18:06:05 > top of Java-index,Java Essentials,Java Programming...