Thanks Matrin for your quick reply.

Changing to POST seems to work fine, thanks!

On Tue, Mar 8, 2016 at 1:20 PM, Martin Grigorov <[email protected]>
wrote:

> Hi,
>
> You can use #updateAjaxAttributes() (
>
> https://github.com/apache/wicket/blob/fa83afe98a91d384737e0cc05395348242cdd8e8/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java#L189
> )
> to set POST as a request method.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Tue, Mar 8, 2016 at 12:52 PM, Rob Audenaerde <[email protected]>
> wrote:
>
> > Hi all,
> >
> > I'm testing my application on unexpected user-input, and I am now facing
> > this error:
> >
> > "Wicket.Ajax:  Wicket.Ajax.Call.failure: Error while parsing response:
> > Request Entity Too Large"
> >
> > I triggered this by pasting 10 paragaphs of "Lorem Ipsum" into an
> > AjaxEditableLabel. Is this expected behavior?
> >
> > What would be a good work-around/method of limiting this length?
> >
> > Thx!
> > -Rob
> >
>

Reply via email to