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 |
life cycle of an applet?
the advantages of polymorphic
what is DGC?
How can I avoid validating a form before data is entered?
What is Remote Interface?
what is handle?
What is preemptive and Non-preemptive Time Scheduling?
what are JSP tags? what is difference between include action and directory?
Explain the stub's and skeleton's functionality?
What are the states associated in the thread?
What is the initial state, When a thread is created and started?
Is the ternary operator written x : y ? Z or x ? Y : z ?