how the action can be map from jsp page to bean class in mvc1
Answer Posted / hemlata.kalokhe
We can map action jsp page to bean by using filter where all the form parameters are populated in bean by filter only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the relationship between an event-listener interface and an event-adapter class?
Can I run seam with jdk 1.4 and earlier?
How will you pass parameters in RMI? Why do you serialize?
How to deploy Jar, War files in J2EE?
What is the purpose of the notifyall() method?
What is the difference between static and non-static with examples?
How are the elements of a borderlayout organized?
What is the highest-level event class of the event-delegation model?
What do you need to set-up a cluster with jboss?
What is a class loader? What are the different class loaders used by jvm?
What value does readline() return when it has reached the end of a file?
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!
Explain the different types of memory used by jvm?
Which containers use a border layout as their default layout?
Is the infobus client side only?