cancel
Showing results for 
Search instead for 
Did you mean: 

random bug on the refresh

Former Member
0 Kudos

Hi All

I have a index.htm page with a button.

The button (a submit) has a onInputProcessingEvent.

When I click on it the event is started. The processing into the onInputprocessing event works... But at the end of if I do a navigation->goto_page( 'index.htm' ). And I have a message "Internet Explorer cannot display the webpage "... I need to click on the F5 touch to reload my page and it works again....

Who have an idea about the reason which explains this and how to fix it ?

Thanks for your help

Jerome

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member233090
Active Contributor
0 Kudos

Hi Jerome,

Your steps look clean. Try posting the exact code in event handler. Maybe that would help us point at the problem.

Regards,

Bhavana

Former Member
0 Kudos
navigation->set_parameter( name = 'VALUE1' value = value1 ).
navigation->goto_page( 'index.htm' ).

I think that the problem could come from a setting of the webas or the caching....

Best regards

Jerome

PS : an added clue : With the same laptop I have this problem (randomly) with an user but not with an another user....

Former Member
0 Kudos

is it possible to force a kind of refresh of the page ?

former_member233090
Active Contributor
0 Kudos

Jerome,

try cleaning the cache once. in both browser and server. In server, you do it at SMICM. Click Go To & Server Cache & Invalidate

In browser, clean up files in internet options.

Former Member
0 Kudos

I have this problem with ie but not with Firefox...