Sign up
Log in
My Platform
Tools
Tools
Go back
Downloads
IPP
Licensing
Learn
Learn
Go back
Training
Welcome
Guided Paths
Training Planner
Courses
Tech Talks
Classroom
Certifications
Documentation
Overview
OutSystems 11
Best Practices
How-to Guides
Community
Community
Go back
Home
Jobs
Forums
Forge
Ideas
Members
Badges
Support
OutSystems.com
Sign up
Log in
Community
›
Forge
›
Most Relevant
Forge
The OutSystems Forge is a repository of reusable, open code modules, connectors, UI components, and business solutions to help speed up app delivery time.
Check our FAQs for more information.
Not finding the component you need?
Submit an idea!
Back to list
My Activity
Downloaded
Following
My Components
Type
All
Traditional Web
Mobile
Reactive
Service
Business Solution
Curation
Curation
See Curation FAQs
>
Trusted
Validated and supported by the community experts, these projects follow best practices for security, documentation, and code quality.
OutSystems Supported
Developed, maintained and supported by OutSystems under the terms of a customer's subscription.
Trusted
OutSystems Supported
CATEGORY
Categories
See all FAQs
>
Applications
Fully working apps for different use cases that you can start using immediately or customize to fit your needs.
Demos & samples
Guides and examples that demonstrate how specific tasks, capabilities, or components work.
Development tools
Components, frameworks, and libraries that support the developer in the app lifecycle management and CI/CD processes.
Device capabilities
Plugins that extend the features of your apps by allowing access to the capabilities of mobile devices.
Functional libraries & utilities
Programming functions and utilities to develop and extend the end-user functionalities in your apps.
Integrations
Connections with systems external to OutSystems that enable additional functionalities on your apps.
OS Supported
Components or applications that is developed, maintained and supported by OutSystems under the terms of a customer's subscription.
User interface
Themes, layouts, patterns, and widgets that allow you to build great-looking apps in no time.
Notify
VERSION
11
10
9.1
9.0
Older
OTHER
Try Now Included
Sort by:
Most Popular
Most Popular
Latest Submitted
Rating
1
result
for
tag
"binder"
Clear filters
JsonBinder
You are developing a screen that enscapsulates many things/fields, you are developing a feature which appears in many places. If you don’t use web blocks, the huge screen becomes so messy with actions and variables. If you don’t use web blocks, the common feature must be repeated in all places. However, if you create a reusable web block, how the parent web block or the main page retrieve its values? By capturing onchange and fire the event? This solution is fine but takes time for backward and forward between client and server on every onchange. What about packing everything before ajax call? The brief idea is that before ajax call, we gather all information in json format and put the json in a hidden field of the parent web block or the main page. In the server action, we deserialize the json string into the appropriate model.
0
4
JsonBinder
by
Chuong tran
You are developing a screen that enscapsulates many things/fields, you are developing a feature which appears in many places. If you don’t use web blocks, the huge screen becomes so messy with actions and variables. If you don’t use web blocks, the common feature must be repeated in all places. However, if you create a reusable web block, how the parent web block or the main page retrieve its values? By capturing onchange and fire the event? This solution is fine but takes time for backward and forward between client and server on every onchange. What about packing everything before ajax call? The brief idea is that before ajax call, we gather all information in json format and put the json in a hidden field of the parent web block or the main page. In the server action, we deserialize the json string into the appropriate model.
Latest version
1.0.2 (O
11
)
Latest release
7 Jan 2021
binder
form
JSON
Login to Follow
Loading...
Loading