Hi,
My task is to select a name from a list box and automatically the related values like name,address etc for the selected user will appear in the textboxes in
jsp and i have to delete the values.I am using model and view to add objects in the model to jsp.The problem is that on the controller side, where I am adding the object, the correct values are added to the Model but on the JSP side, it keeps printing the old values from the first time but I don't know why the JSP keeps pulling old values.
Please assist to solve this. Thanks.