Hello all. I am working with some AJAX stuff in Struts 2.1.8, specifically the Dojo toolkit.
I have a Grid widget, which is Dojo's row-and-column displayer. The Grid expects data as a properly-formed JSON string. The Grid gives the very helpful "Sorry, an error occured" messge if the dojo result string exceeds the length of somewhere in the neighborhood of 24k. In scanning the Dojo message boards, there is apparently a "maxJsonLength" parameter that gets set somewhere. However, none of the responses are Struts responses. Does anyone know how to set this value? I assume it's in the "struts.properties" file, but does anyone know for sure? Thanks, Tom