How will the struts know which action class to call when
you submit a form?

Answer Posted / sreenivasulu

configuration done web.xml

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is orm?

681


What is message driven beam?

585


What is chat area? Explain.

560


What modifiers may be used with an interface declaration?

561


What is ioc concept?

697






What is the difference between static and non-static with examples?

1364


how do you Handle Front End Application data against DB with example?

1482


What is the purpose of the wait() method?

625


What are local interfaces? Describe.

704


What are the types of scaling?

560


Difference between DurableSubscription and non- DurableSubscription?

1717


Where can I ask questions and make suggestions about seam?

599


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!

1369


Define prototype?

588


Do we need to override service() method

1145