Dear All,
I have one bean class that consiist of setter and getter methods. Am setting the bean from one
servlet class, and getting bean in another
java class.
after set some value to bean component, that value is not available while i am calling coresponding getter method.
My doubt is after set the bean component is it necessary to pass that bean object through httpServletResponse to the class in which we are calling the bean getter method?
Kindly some body explain me...