TalendBPM

Two submitbuttons on one page with page-validator makes clicked submitbutton exclusive

Dear Bonita-community,

I encounter a strange behavior when using two submit-button on one page. The page has also a page-validator (That for instance only does a check on clicked button and returns always false). When I have clicked one of the two submit-buttons, the submit-button clicked stays active but then the other submit-button becomes disabled/not active. There is not detection anymore that the second submit-button is clicked.

Has anybody else found this problem and what would be the solution?

Cheers, Steven

Bonita Error: bai_QRAPII_1 - Can't find an instance with uuid

Dear Community,

I have a problem with one of my processes; see the error I get in the log:

SEVERE: exception while executing command org.ow2.bonita.facade.APIInterceptor$APIInterceptorCommand@59f69a27: Bonita Error: bai_QRAPII_1 Can't find an instance with uuid process--2.0--8

Aug 5, 2014 12:11:25 PM org.bonitasoft.console.server.cases.CaseServlet getCase SEVERE: Bonita Error: bai_QRAPII_1 Can't find an instance with uuid process--2.0--8

Aug 5, 2014 12:11:29 PM org.bonitasoft.forms.server.HomepageServlet doGet

Custom javascript ondblclick on table row -> registration of selection to bonita engine

Hi Everybody,

I made a custom ondblclick on a table. When a double-click is done on the table row, the row must be selected and then the page needs to be submitted.

For now I have the following:

1: I put in the next-button a custom class named "submitButton" 2: on the table widget I put into the Options->Html attributes a onmouseover event:

onmouseover="$('tr', this).off('dblclick').dblclick(function(){ var selected = $('td', this).eq(0).text(); alert(selected); $(this).addClass('bonita_form_table_selected'); $('.submitButton').trigger( 'click' );});"

Notifications