Tripura Kondabala

Greenhorn
+ Follow
since Jun 26, 2007
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 Tripura Kondabala

Hi..I have a confusing issue the issue is ....
I have a jsp page called mypage1.jsp in this page I can add many item by cliciking new and i have two field( name and description) for each item

When I click on name filed I will be taken to mypage2.jsp where I can make new selections and click on Save button ,once the Save button is pressed I get a popup which has existing name and description field values and which can be edited.
when i edit this fields and click OK I am moved to mypage1.jsp, where it has to show the updated name and description fileds,
But currently it is showing the old values only, if I refresh the page then fileds are getting updated.
When I kept System.out.priintln's in mypage1.jsp I am getting the latest values but the are not reflected in the page unless and until I explicitly click refresh button or open a new browser.
16 years ago
JSP