Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
nithin s c
3
Views
2
Comments
Solved
Component Name is dynamically added by outsystems
Question
HI ,
i am facing a problem in form submittion using ajax submit.
I have a huge list of data in a listbox.if the form is submitted all the component values are submitted(runtime viewstate of outsytems is huge).so The ajax submit errors out(_osjs.js?9_1_0_8:5 Error: The connection to the server was reset)..
i can solve this by removing name attribute from the component.But issue is Name attribute is dynamically added by outsystems(eq.
om_apm_wt148:wtMainContent:wt55:wtUsers_List:0:wtUser
).is there a way to over come the default behaviour?
Remco Dekkinga
MVP
Solution
Hi nithin,
you could try to replace the list box by an autocomplete. This is a default pattern for extremely long lists.
Kind regards,
Remco
João Rosado
Staff
Hi,
Also, if the problem of the data amount is the viewstate there are some threads in the forum about how to reduce it.
How much is the size of your request content when it fails?
Regards,
João Rosado
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...