How will the struts know which action class to call when
you submit a form?
Answer Posted / shrinath rodage
when we submited button that time the request first goes to
the struts-config.xml file and then search the corresponding
action class and it will perform the action and it will
respond to the browser...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is actionform a base class rather than an interface?
Explain the different types of memory used by jvm?
What are the different class loaders used by jvm?
What is metaspace?
What state does a thread enter when it terminates its processing?
Difference between hashmap and hashtable?
What class is the top of the awt event hierarchy?
If your ui seems to freeze periodically, what might be a likely reason?
what are memory considerations of jsp compares to other web components?
Explain about RMI Architecture?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the relationship between local interfaces and container-managed relationships?
Do we need to override service() method
Which containers use a border layout as their default layout?
Is it possible to stop the execution of a method before completion in a sessionbean?