cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the submit button

former_member206396
Active Participant
0 Kudos

Dear SDNs,

If i click the thrice the submit button in the interactive form, the corresponing action method is getting called.

What might be the problem?

Am integrating the form with WDA. When click the submit button for the first and second time, doing nothing. Third time the corresponding action method is triggering.

Help me in resoving the isssue. Thank you

Ram

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

This issue has been discussed here before, so Search and check out reply by Ralf Ruth if I recollect correctly.

If it does not work then open a message with SAP and update the thread with it's detail.

former_member206396
Active Participant
0 Kudos

Dear Chintan,

I didnt get any solution. If you have rely by Ralf, provide the same.

And before raising a new question, i have searched SDN.

Thanks in advance.

Ram

Answers (2)

Answers (2)

former_member206396
Active Participant
0 Kudos

Thanks all. Its done.

Implemented docReady with the follwoing code for submit button.

var oDoc = event.target;

oDoc.nocache = true;

Thanks

Ram

Former Member
0 Kudos

This is exactly how to close a thread. Marked as solved and the solution given so that others may benefit.

OttoGold
Active Contributor
0 Kudos

Hello,

@Chintan: great, I don´t remember all the threads:)) You´re right

@Rama:

1) Chintan was right, check this google page, it is the first one in the list, how comes you didn´t find that:)))))

http://www.google.cz/search?q=adobesubmitralfsapsdn+form&sourceid=ie7&rls=com.microsoft:cs:IE-SearchBox&ie=&oe=&redir_esc=&ei=z3SoS739C8ursAbg6ZCBDQ

2)

Have a nice day both of you, Otto

former_member206396
Active Participant
0 Kudos

Thanks Otto and Chintan for information.

In other WDAppn, we were able to submit it. The problem with the one application, where the code under action submit is getting triggered after hitting 4th or 5th time.

[check this link...|]. Even my problem is similar.

Thanks in advance

Ram