Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Struts-config.xml file

  Asked By: Alma    Date: Jun 09    Category: Java    Views: 1091
  

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 ...

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Struts-config.xml file Or get search suggestion and latest updates.




Tagged: