Open Source Workflow Software and Business Process Management Software
Questions tagged [joget]
7 questions
1
vote
0 answers
Trying to logout then redirect to another page using javascript
I'm using a system called joget and my question on how to change the following code to make the user first logout and then after logout it will redirect him to another page. I only want to use javascript. First I want to call the logout url in href…

hdalang
- 33
- 2
0
votes
0 answers
Anyone know how I can add openstreetmap to a joget dx form? Can I then use this map to show the location of assets I have created in Joget?
I see mention of how to add google maps to a joget dx page, but I want to use Openstreetmaps instead. I cannot see anywhere in the Joget documentation how you can then use this map to display the location of the assets (jobs, or any other entity you…
0
votes
1 answer
MariaDB does not start - gtid_slave_pos.ibd & Could not find a valid tablespace file for `mysql`.`gtid_slave_pos``
Our Windows Server for Joget was shut down directly without executing the Joget shutdown program. When I restarted Joget, it could not connect to MariaDB instance.
Folder structure
catalina.2022-03-07:
07-Mar-2022 14:31:45.958 INFO [main]…

aqqqqqq
- 15
- 3
0
votes
0 answers
how to create / write reg expressions in java?
if (values[0] != null && !values[0].equals("")) {
// string regex="^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,6}$";
else if(!Pattern.matches("^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,6}$",values[0])) {
String id =…

Punam
- 11
- 2
0
votes
1 answer
validation for unique email id (no duplicate values)
I have created three email textfield in joget. I want the emails to be unique for every email field.
The screenshort is attached. I want to display error if the email id of either of them are same !!
How can i do that?
`import…

Punam
- 11
- 2
0
votes
2 answers
On click of the button my page reloads why
I have written a JavaScript code were in I have calendar and a button the code is properly running outside joget. While in joget application if I click on the button the page reloads, how can I stop this reloads of the page and display my actual on…

Punam
- 11
- 2
0
votes
1 answer
JOGET - Update form field through Datalist
I am new in Joget. I need some help.
I have one form (CRUD). It's datalist like as below:
Now, I want to update status when I will click on assign button then selected checkbox's status value will be update to Assigned.
Thanks.

Ketul Soni
- 15
- 6