How will the struts know which action class to call when
you submit a form?
Answer Posted / chetanya
struts-config.xml in this file.
under the tag <type> absolute path of Action class
under the tag <name> name of the action form class
Both of this will be called when the desired action
mentioned under the <path> tag will be called and
struts-config.xml will call action class mentioned in the
<type> tag and also populate the fields of form class
mentioned under <name> tag.
Thanks,
Chetanya
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which textcomponent method is used to set a textcomponent to the read-only state?
What is prototype?
Explain the difference between object state and behavior?
What’s jboss cache in short?
Is jvm a overhead?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is table mutation and how do you avoid it?
Difference between DurableSubscription and non- DurableSubscription?
How primary key is implemented in Oracle?
What is the relationship between an event-listener interface and an event-adapter class?
What is glasgow?
Explain phantom read?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
whats is mean by tiles in struts
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?