cancel
Showing results for 
Search instead for 
Did you mean: 

Submit event raised automatically

Former Member
0 Kudos

Hello,

In my model, I have, in order, one form view , one java web service , and a table view. When I click on submit button from the form view, it sends parameters to web service which returns data in the table view.

My problem is, when I open the form view from the portal, a submit event is raised automatically even if I don't click on the submit button.

I would like to know if there is a solution to disable this auto submit.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Marcel,

I use system action "Submit form" and also custom action and I have the same thing. When I execute remote debugging with NWDS and when I reach my model from portal, my web service is executed automatically and stopped at my breakpoint in java code enven if I don't click on submit button.

Regards.

Former Member
0 Kudos

Hi Fracois,

did you use a system action or a customer action. By default the submit event shouldn't fired without clicking on the button.

Best Regards,

Marcel