Hello All, I'm facing weird behavior while passing huge amount of data to AbstractDefaultAjaxBehavior as explicit parameter.
Method is set to POST Everything works as expected until I'm passing 5+MB string as explicit parameter In this case I got no errors on client side no errors on server side BUT I got no parameters in respond(AjaxRequestTarget target) :( Request parameter map contains only behavior URL :((( I was not able to find any limitations in the code Maybe someone can suggest what should I debug? -- WBR Maxim aka solomax