Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then, let upload the plugin jar to Manage Plugins. After upload, the jar file, double-check the plugin is uploaded and activated correctly.


Image RemovedImage Added

Let create a form to create and update user to dir_user table.

...

Then, configure the store binder of the form with the following querysection to Default Form Binder and JDBC Binder.


Code Block
languagesql
titleCheck Select Query
select username from dir_user where username = {id}

...

Code Block
languagesql
titleDelete Query
delete from TABLE_NAME where id = {id}

Image RemovedImage Added

Now, let test to add a user.


Image RemovedImage Added

Check the user is created in dir_user table.

Image Removed

Let update the same record by pass the id in URL parameters.

Image Removed

Check the user is updated.

Image Removed


Image Added


It works! Please remember to test the other features of the plugin as well. (big grin)

...

You can download the source code from jdbcmulti_store_binder_src.zip

To download the ready-to-use plugin jar, please find it in at http://marketplace.joget.org/.

...