Shrikant Kesarkar

Greenhorn
+ Follow
since Feb 08, 2008
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 Shrikant Kesarkar

might be mysql database engine problem i.e. the code you are using
for saving object is not in accordance with mysql engine which is in use.
Try changing from innodb to myisam or vice versa.
As far as I know these vouchers are valid for any exam starting with 310-
,you can even schedule SCBCD exam with it.It all depends on which exam you schedule.
Only criteria is voucher expiry.
When you are refreshing a page the http event like "/addemployee.do" (assuming
struts flow) is getting fired again as before refreshing the page the
url which made employee record insertion before page refresh is still there
in browsers address bar.There couldn't be new entry if you were editing existing field , I mean "/editemployee.do" kinda functionality.
Whatever happening is quiet natural only instead of you clicking on "submit"
button and in turn it resulting into corresponding action(in this case /addemployee.do)browser directly firing this http event.
But why do you need to refresh your pade anyway?
15 years ago
JSP