I Am new to struts and even web development.
I am trying to understand Struts-config.xml file from the past 2 days but
nothing is gng into my mind as i am confused a lot.
Please help me regarding these
<form-bean name="SomeFormName"
dynamic="true"
type="xyz.abc.SomeFormName"/>
<action
path="/tempLaunchPad"
type="xyz.abc.SomeClass"
name="SomeClass"
parameter="method"
scope="session">
<forward
name="SomeFormName"
path="/SomeFormName.jsp"/>
</action>
please Help me understanding the above code
how is formbean tag associated with action tag and and action-mapping tag
can a action tag can have more than 1 forward tag ....
is the name and typr values in formbean and action tag should be always
same. please tell me abt other attributes in those tags
i tried in google but i havent find enough information and i m in little bit
confusion ...