parameter url

1
0
-1

hi, i would like to know how to get the value of a parameter passed by url from a page to the studio.
I am working with bonita bpm 7.4

Thank

Comments

Submitted by sistemas_aplica... on Thu, 09/21/2017 - 14:35

I do not pass the parameter from form else from page, then i do not know how to access that value

Submitted by Dibyajit.Roy on Tue, 09/26/2017 - 09:42

Hello

We use a Custom widget for this.
The code in the controller section is simple javascript to open a new window.
We also have a parameter called Url . We pass this Url to the controller to redirect to a new Page.
As a Part of this url , we pass the case id or Request id.
In the Page which we will be redirecting to, we use a variable of type URL parameter.
This way on clicking the Widget, it opens a new Page and the case id or request id is passed to the New Page and we pull values from Database using the URL parameter recieved .

Regards

Submitted by sistemas_aplica... on Thu, 09/28/2017 - 11:34

thank you for you help, i'll try, but i do not want to open a new page, I want to go to a form.
I do not know if I understood correctly.

Regards

No answers yet.
Notifications