Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!

Sachin Ramesh Patil

Greenhorn
+ Follow
since Feb 16, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sachin Ramesh Patil

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?
12 years ago
Thanks Eduardo YaƱez Parareda

But can't we do with out AJAX. Since I am using Struts2 Framework
12 years ago
Thanks for reply pravin,

I am using struts2 framework. I am able to save data to the database.

I want to show some message to the user like data submitted .
12 years ago
Hello Friends,

I am a new to JSP. I got one JSP page where I have to take input from user. On click of save button data gets saved in 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.

Can any one help me!!!
12 years ago