how the mapping can be done from jsp to actionservlet?
Answers were Sorted based on User's Feedback
Answer / satya
Through config file
in Struts we have to load the frmework config file
struts-config.xml
in this file we have to configure the particular jsp to
land the request on action servlet, default ActionServlet
is unique in struts framework
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the return type of interrupt method?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Why doesn’t the focus feature on the tag work in every circumstance?
Which component handles cluster communication in jboss?
What is the initial state, When a thread is created and started?
what is domain,give me some brief information about that?
difference between HashMap, Hashset and hashTable?
What is RMI architecture?
If your ui seems to freeze periodically, what might be a likely reason?
When is the best time to validate input?
What is diffennce between AWT & SWING?