I have little bit of experience in
struts 2.
My requirement is to develop a struts web app for user details management.
Here, when a user enter username and press enter button on keyboard we should display all the details relevant to the given username.
Also it should be able to updated when the user click on submit button.
I have completed the data retrying and updating function with hibernate & spring.
My problem is how to display user details on same page and update details using struts.
Data search and update is goes on same page.
please help