Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how the mapping can be done from jsp to actionservlet?

Answers were Sorted based on User's Feedback



how the mapping can be done from jsp to actionservlet?..

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

how the mapping can be done from jsp to actionservlet?..

Answer / prasanth

In the struts-config.xml place the desired servlet in the <action-mappings/> tag.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

important features of java which differenciate it from c++

3 Answers  


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); } }

2 Answers   Wipro,


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??

1 Answers  


What is the difference between the session.get() method and the session.load() method?

0 Answers  


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

0 Answers  


Is jvm a overhead?

0 Answers  


Difference between hashmap and hashtable?

0 Answers  


whats is mean by tiles in struts

2 Answers   SolutionNET,


How are the elements of a cardlayout organized?

0 Answers  


what is the diffrence between banking and insurance domain?

2 Answers  


what is catalina in tomcat server.

11 Answers   IBM,


What is the priority of Garbage collector thread?

3 Answers  


Categories