how the values added from two different browsers can be seen in either of the browsers? whats happening internally in the struts2.0 framework?
here is the code for struts.xml, Action and service class
Its an data entry appln. for performing CRUD operations on employee details
when i try to access the appln. from two different browsers, i can able to see the values added from either of the browsers. how this is happening?
are the added values are serialised internally?
please help me..........regarding this