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
What are the pros and cons of detached objects?
Are enterprise beans allowed to use thread.sleep()?
What is the difference between session and entity beans?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
which type of objects reference will be given to client?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the call back methods in entity bean?
What is the highest-level event class of the event-delegation model?
Which are the different segments of memory?
What is colon_pkg_prefixes and what is its use?
Which containers use a border layout as their default layout?
What is a class loader?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Write a program to show synchronization?