table widget not updated

1
0
-1

Hello all,

I am new to bonita specially 7.0.1 (over jdk7.X - Windows 7). Since two days I run into strange troubles. I try to create my own application which at its early beginning mimics the procurement sample but with different business data. The first workflow is quite simple : start - view - end. Start form is like the procurement one and below you have the three parts in design mode : page, variables and properties.

page in design view variables in design view properties in design view

And now in runtime, with the empty table but the text area is filled by the data !

runtime view

In my opinion, I filled correctly the different fields in the design view specially for the table widget but the table never get filled by the data even if the variable (tutors) has the correct value.

What is wrong ? Today I re-install every thing from scratch (bonita) and build only the minimum things needed for this part of my workflow.

Thank you for a reply best regards

2 answers

1
+2
-1
This one is the BEST answer!

Hello,

Judging by your screenshot you forgot to check "bind to dynamic value" on the Contenu field. If you don't check that, tutors will be interpreted as the string "tutors", and not as a variable.

Regards

1
0
-1

Hello Quentin,

thank you for this reply. Yes it is true.

I could try 100 times the design I will never guess that the button at the right switch the kind of the variable (static or dynamic). It was so easy to put th ename of a variable as in a text widget that I guessed the same for the table.

best regards

Notifications