Table

How only one value in datatable

Hi,

I try to to show only one value in a componant Table.

I can show in my componant table the value but like that :
Table1
[Titre1, Titre2, Titre3, ${titre}] [Desc1, Desc2, Desc3, ${description}] [2016-02-09 00:00:00.0, 2016-02-09 00:00:00.0, 2016-02-09 12:30:00.0, 2016-02-11 14:54:54.0]

I would like to have 3 rows and not only 1!

How can I do it?

Regards
BLE

Arreglo de Archivos y Tabla

Saludos, me encuentro desarrollando un page y me surge la siguiente situación.

-formInput

En esta variable tengo 2 arreglos, uno de ellos es de strings (descripcion" y el otro de ellos es de files (prueba):

"descripcion" : [ ],
"prueba" : [ ],

Postgres query result (List of lists) fills only the first column in form Table

I am a new to java and Bonita (although not to BPM) and I am trying to display a sql query result in a standard Bonita UI table version 7.1 (using the Table widget). But all the data ends up in the most left column like this example below:

1OWTwFcV.png

What did I do to get to this?

I defined a postgresql dataconnector, that shows a working Array when testing:

1OVozpJJ.png

Al poblar una tabla desde un objeto List<List> me muestra todos los valores en la primera columna [4, 2006, 3] - bonita 7

Buenas tardes a toda la comunidad.
Soy nuevo en Bonita y desde hace un tiempo que tengo problemas para poblar una tabla en el UI Designer con los datos que desde un conector puse en una variable collection (Una Lista de Lista).

Validator with groovy database connection

I'm developing with Bonita CE 6.3.2

I'm newbie and tried a lot to find answer for this but without sucess !

1) I created an instantiation form for anonymous access. I've text field where user inputs a value. I need to validade if that value exists in a mysql table. How can I do it ? Can you please explain be step by step how can I write some groovy code to achieve this ?

How to Display table data as form

I m using following code for retrive record from table .

Use the Table widget to display comments from the process

I have been trying to display all the comments from a process using the table widget and a groovy script, but always i get an error. I would like to have two columns in the table, one for the "user" who posted the comment and another one for the "comment" Is there a way to do that?

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' );});"

How to Styling Table Widget .

Hello, I’m using Bonita soft community 6.3 I take one table widget on from and data is pulling out from database. but it display ugly screen

** I want to add table border and etc. Styling.** How can I apply styling on this table widget?

In gen > option >HTML attribute I write: style="border: 1px solid black;" But does not anything happen. Pl help. How to achieve

How to Display Database data into Table widget

Hello, I found some discussion and try to apply following procedure to display data of external database into table widget. I’m total new on this environment. pl provide me specific procedure .

I’m using , Bonita soft 6.3 communitiy Oracle database 10g

Notifications