Hi
I am confuse about the doMode method i.e. doView and doConfigure doEdit and doHelp that how all these work together.
Either we have to put it ina single file and web container will predict which one is to be called on the request or we have to make four different
servlet for these for method.
Up till now I am used to with service, doPost and doGet method and understood the concept of their execution condition i.e when from the
jsp form method is post doPost is called and if the method is get doGet is called and service is for all.
Plz give me some detail explaination of the execution cycle for each.
Thanks in advance for all who visit.