How will the struts know which action class to call when
you submit a form?
Answers were Sorted based on User's Feedback
Answer / lovish gupta
It will be written in a file calles struts-config.xml...
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / sridhar
in web.xml .
we have to use the Class information in the configuration file.
class name:org.apache.struts.action.ActionServlet Class
| Is This Answer Correct ? | 0 Yes | 2 No |
explain session tracking. why we used it
What is Bootstrapping in RMI?
What are the different approaches to represent an inheritance hierarchy?
What is the difference between the session.update() method and the session.lock() method?
Why use a datasource when you can directly specify a connection details?
What is the difference between long.class and long.type?
What is the main functionality of RRL(Remote Reference Layer)?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What is the purpose of the wait() method?
what is meant by JRMP?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
wahts is mean by dynavalidatorform in struts/