cancel
Showing results for 
Search instead for 
Did you mean: 

Stencil value not getting stored

amruta_w
Star Collaborator
Star Collaborator

Hello,

I have created simple stencil with text box for an example. here i am facing some problem like if i have entered any value for the stencil text box the value is not getting stored in database, after completing of the task that value will not be present.

Here I have attached the my app, kindly anyone help me out in this regard.

Thanks

Amruta 

1 ACCEPTED ANSWER

cjose
Elite Collaborator
Elite Collaborator

Checkout this example activiti-examples/stencil-samples/simple-text-input-stencil at master · cijujoseph/activiti-examples... , especially the controller code which does things like onFormRender and others.. It is an app zip and the stencil gets imported along with the app if you import my example app.

View answer in original post

11 REPLIES 11

cjose
Elite Collaborator
Elite Collaborator

Checkout this example activiti-examples/stencil-samples/simple-text-input-stencil at master · cijujoseph/activiti-examples... , especially the controller code which does things like onFormRender and others.. It is an app zip and the stencil gets imported along with the app if you import my example app.

amruta_w
Star Collaborator
Star Collaborator

Thanks, the above link worked for me.