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 difference between java class and bean?
What is source and listener?
function of extends and implements keywords?
What is servlet preinitialization?
In a multitiered application which tier is the browser in?
JMS based on what technology?
What’s jboss jbpm?
Name the method to find, if a thread is active or not?
What is the difference between the font and fontmetrics classes?
Do I need to import javlang package any time? Why ?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
wahts is mean by dynavalidatorform in struts/