cancel
Showing results for 
Search instead for 
Did you mean: 

Wait button Error message coming :: when we use Cross components

Former Member
0 Kudos

I am using 2 different components ie., component1 & component2, Lets suppose i have 2 links in component1.

If i click 1st link then i am displaying PDF using INTERACTIVE FORM UI element which was uploaded through MIME repository,

next , if i click 2nd link to call component2 , it displays properly.

if i click again on 1st link which is again component1 called back again PDF displays but Wait status message was coming ( rotating wait symbol ) disabling all other options.

Can anyone kindly suggest how to stop this wait status mesage error without delay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It is all about server. Your click runs on server. And you can status from SM50 transaction where wait occurs.

former_member184578
Active Contributor
0 Kudos

Hi.,

That Wait Status depends on server response and code..,

The wait Status should be there with all other disabling ., else if u click one link the process is going on and immediately if u click another link then controller has to perform that execution., In order to prevent that Wait Status has to be there to go to other event only the first event is executed..

And u can minimize the delay by speed up the server and your code performance.,

hope this helps u.,

Thanks & Regards,

Kiran