cancel
Showing results for 
Search instead for 
Did you mean: 

User blocked

Former Member
0 Kudos

Morning People,

I have some problems in a BSP application.

In HR portal, the user is clicking on the link, and when it is slow he clicks again, and at this time the system understands that it is loading that application, going back the message that it is blocked for the user.

I need to block the double click in the link, can anybody helpe me??

Thanks in advance!

Leonardo

Edited by: ****Stone**** on Sep 16, 2008 3:41 PM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Stone,

You can use this tag:

<xhtmlb:protectDoubleSubmit/>

Take a look over its parameters.

Regards,

Alexandre

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

is the link click generates server event (form submit) if yes you can use xhtmlb:protectdoublesubmit

if its only using clientclick attribute you can use javascript to enable disable a link

check this

http://www.faqts.com/knowledge_base/view.phtml/aid/1894

also if you google around you can find lot of sample code on this.

Raja

former_member188685
Active Contributor
0 Kudos

you can use the protectDoubleSubmit of the xhtmlb

< % @  ex te  nsi  on name ="xhtmlb" prefix="xhtmlb" %  >
.....

<xhtmlb:protectDoubleSubmit  active="TRUE"/>