Hello!

Try to increase max-request-size configuration option.
http://www.webtoolkit.eu/wt/doc/reference/html/overview.html#config_general
If you use apache fcgi, then change FcgidMaxRequestLen as well.
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen

WTextArea sends its contents to Wt server. If first text is larger
than max-request-size, than it fails to send it to server.

PS. I created a feature request to Wt developers to skip sending
contents of unchanged form widgets.
http://redmine.emweb.be/issues/1585

On Thu, Nov 29, 2012 at 11:56 AM, John Robson <john.rob...@usp.br> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> There's a bug in WTextArea.
>
> The first "setText" works well.
>
> After that:
> - - If the text size is less than 100kb the setText works by replacing the
> first text.
>
> - - If the text size is larger than 100kb, the setText no longer works.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.19 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJQtxUmAAoJEOjf7XlrDgBAgrsH/3ffWjAOfWGKKUSPcZEqw+nq
> Kx9Q7KMjmNpZvB64UFrUOgLCxeNLa90RvrvOkUTKDX0kMI0BotIGrQIQhNXvhejv
> bo1UIyVb5QT/ussetcVC7H6t3qIOIVLeWYKoZKb4I2UZmVhGvrZMzo0/y+Cr3A3k
> tkf1O3JezSHgEuX4q520aArCI676QZvQkOxIYVinxprGCT67kvkMRiPaVfTHOs2H
> 23Pp+J2MsxI7HhvnslhCYFbTJPuOEU670PxcTSEXX77/WFqaeQyrn5Y3ypWeeFGJ
> G8DPubHo9KTuz5UAqum4Zs1pB3yeA6e5lOXmBbXQCOo+gjf8DCaEGN04/qO8pe8=
> =u8XF
> -----END PGP SIGNATURE-----
>
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> VERIFY Test and improve your parallel project with help from experts
> and peers. http://goparallel.sourceforge.net
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to