cancel
Showing results for 
Search instead for 
Did you mean: 

Dispalying Page is Loading...please wait

Former Member
0 Kudos

hi,

I have developed a web dynpro application and it is taking time to load the application on the portal.

in the mean time I need to display

Page is loading...Please wait

How to go about this, please suggest.

Thanks and regards,

Kris

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closing the message

Former Member
0 Kudos

Hi ,

check the below thread,

Thanks,

Sunitha

Former Member
0 Kudos

Hi Gopi,

What is causing the delay ? Is it your component initialization itself or executing models and business logic ?

Place your wait message in WdDoInit( ) of Component Controller or Default View using a pop up window and close that window in DoExit( ) method.

Regards

Ramesh

Former Member
0 Kudos

hi Ramesh,

The executing models and business logic is taking time, data is coming from a back end system and it is taking about 17 seconds to load the data.

Can you share some code snippets for the same.

Thanks and regards,

kris