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

Define prototype?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


What is a modular application? What does module-relative mean?

0 Answers  


What is bean? Where can it be used?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,






Do I have to use jsps with my application?

0 Answers  


What is source and listener?

1 Answers  


What class is used to create Server side object ?

0 Answers  


What are different types of controls in AWT?

11 Answers   IBM,


Which component handles cluster communication in jboss?

0 Answers  


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


Can I use javascript to submit a form?

0 Answers  


Categories