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
Which containers use a border layout as their default layout?
Why does the tag url-encode javascript and mailto links?
What are the steps to write p-to-p model application?
Should synchronization primitives be used on bean methods?
difference between ejb,struts,hibernate,spring and jsp
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is chat area? Explain.
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the highest-level event class of the event-delegation model?
What are the purpose of introspection?
When a thread blocks on i/o?
Why won’t the jvm terminate when I close all the application windows?
What is a clone?
Why use a datasource when you can directly specify a connection details?
Difference between new operator and class.forname().newinstance()?