Hi,

On Thu, Jun 20, 2013 at 10:11 PM, Marios Skounakis <msc...@gmail.com> wrote:

> Hi all,
>
> I have the following problem:
> - User submits form with lots of textareas via ajax
> - User gets a blank page
>
> I think (but I'm not quite sure yet) this happens when the textareas
> contain so much text that either maxPostSize or connectionTimeout (submit
> tries to store to db as well) are exceeded.
>
> The weird thing is that there is no exception. The form comes back after
> the ajax request with blank components.
>

So is it a blank page or just form elements without values ?


>
> Has anyone else seen this behavior? Why is there no exception?
>

If the problem is maxSize then there must be an exception. This will lead
to onFailure() call executed in Ajax request.


>
> Thanks
> Marios
>

Reply via email to