how the mapping can be done from jsp to actionservlet?
Answer Posted / 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 View All Answers
Which component handles cluster communication in jboss?
How can I scroll through list of pages like the search results in google?
When a thread blocks on i/o?
What is message driven beam?
What is the difference between java class and bean?
Write a program to show synchronization?
What is jboss?
What are the steps to write p-to-p model application?
Are we allowed to change the transaction isolation property in middle of a transaction?
What method is invoked to cause an object to begin executing as a separate thread?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is a modular application? What does module-relative mean?
Do I have to use jsps with my application?
What are the sequence of steps to write pub or sub model kind of application?
Do I need to import javlang package any time? Why ?