cancel
Showing results for 
Search instead for 
Did you mean: 

to retain values entered in the first page

hymavathi_oruganti
Active Contributor
0 Kudos

hi all,

iam entering some values in the first page and then navigating to second page and then pressing back button and coming back to the first page.

now i want to retain the values i entered.

i tried putting RUNTIME->KEEP_CONTEXT = 1 in the events onInputProceesing and OnInitialization.

but still not working.

i also tried by changing the application to statefull. but still not getting.

can any one help me out

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioFerrari
Active Contributor
0 Kudos

Browser gets the page from the local cache.

You should try setting cache to 0.

Have a look to weblog "BSP / HowTo: BACK Navigation - the nightmare of statefull Web applications" -

/people/sergio.ferrari2/blog/2005/04/18/bsp-howto-back-navigation--the-nightmare-of-statefull-web-applications

Sergio