Setup
APEX 4.2
Oracle 12c
I created a manual tabular form using a collection based off of a table with over 1500 rows.
The users would like to see 500 rows at a time.
I've created all the necessary components to create/update the collections and update the table accordingly.
But when i set the Number of Rows to 500 and try to update a record, i get error:
" 400 -
Bad Request
The HTTP client sent a request that this server could not understand."
If i change the row count to 199 it works with no problem.
So I'm assuming this is the limit for the number of rows that a tabular form can display when submitting.
I searched, and couldn't find any documentation on this.
Any thoughts on this? Anyone?
@"Christian Neumueller"