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 |
important features of java which differenciate it from c++
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
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 difference between the session.get() method and the session.load() method?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Is jvm a overhead?
Difference between hashmap and hashtable?
whats is mean by tiles in struts
How are the elements of a cardlayout organized?
what is the diffrence between banking and insurance domain?
what is catalina in tomcat server.
What is the priority of Garbage collector thread?