It depends what you want to do.
If you like to allow user just once the clikc on your button then set it inactive after first input processing.
if you need it while your input processing is running
then use <xhtmlb protect double submit> - you find it in your tag browser under xhtmlb elements it blocks your
application with a "Please wait" box while your input is
in work an give it free after that...
Sometimes (not often) its good to look into the SAP
samples...
Regards Matthias
Hi Matthias,
Thanks for the timely help. But what i observed is when we incorporate the xhtmlb tag itself i could see the "protectDoubleSubmit" is inherited by default. So i thought we needn't need to call it explicitly.
Hi D:
Since the htmlb buttons basically given as a link inside in the css, i was not able to disable it after clicking.All that i was able to do is, i was have given a Hour glass icon 😊
Thanks Guys.
Add a comment