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
Is there a guarantee of uniqueness for entity beans?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is the difference between static and non-static with examples?
What is clustering? What are the different algorithms used for clustering?
What do you need to set-up a cluster with jboss?
Java is fully object oriented languages or not?
If your ui seems to freeze periodically, what might be a likely reason?
Which javutil classes and interfaces support event handling?
How a component can be placed on Windows?
What restrictions are placed on the values of each case of a switch statement?
What is prototype?
What is synchronization and why is it important?
What is a modular application?
Is it possible to stop the execution of a method before completion in a sessionbean?