cancel
Showing results for 
Search instead for 
Did you mean: 

submit event doesn't raised while creating vc application

Former Member
0 Kudos

Hi Masters,

I am developing a web service based visual composer application. Here iam making a connection from output port of a form to two input ports of data service. While deploying application ,it shows warnings like "event submit is declared but cannot be raised.

Even here if i try to click on the arrow link at the end of output port ,in the event selector it is not showing event submit.Also in the layout tab, it is not showing submit button.

Please help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1. Make sure you have a "submit" event on the line connecting the form to the data service.

2. Make sure that you have a submit button in your form with the action specified as "submit".

The second step is probably what you're missing.

Former Member
0 Kudos

Hi prakash,

Ya it is working now. Thank you very much.