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

i want documentation of text file splitter & merger of advanced java

1 Answers   Infosys,


Why are some of the class and element names counter-intuitive?

0 Answers  


What method MUST be implemented by all threads?

1 Answers  


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


function of extends and implements keywords?

2 Answers  






Explain what is synchronization?

0 Answers  


What is the relationship between the canvas class and the graphics class?

0 Answers  


What are the types of scaling?

0 Answers  


For which statements does it make sense to use a label?

0 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


What is the need of serialize?

2 Answers   Wipro,


Categories