ba-st / Willow-Playground

Examples on how to use Willow to develop a complete interactive web application
MIT License
8 stars 2 forks source link

Package selection dropdown and class selection list are serialized twice #38

Closed gcotelli closed 5 years ago

gcotelli commented 5 years ago

Both components are automatically serialized when using the onTrigger protocol, so calling again a serializeIt results in a duplication in the data serialized in the AJAX POST. This is problemantic with some web servers (like the Dolphin one) because it doesn't support duplicated fields in the body of an AJAX POST.

@rko281 these issue may be of interest to you.

gcotelli commented 5 years ago

Related to ba-st/Willow#148