Hello freinds,
I am new to struts. My problem is I got one JSP page where I have to take input from user. On click of save button data gets saved into database.
Now, after clicking save button I want to move on the same JSP. But with one extra line "Record inserted successfully" in the same JSP.
I am using struts 2 framework. I want to do it without using AJAX....
any suggestions for this?