RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-02 Thread Christoph Nenning
rom: lukaszlen...@apache.org > > Date: Sun, 30 Aug 2015 15:22:52 +0200 > > Subject: Re: Textfield onchange --> handling ajax error response > to show action errors > > To: user@struts.apache.org > > > > works on server side but JavaScript works on client > &g

RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-02 Thread Martin Gainty
> To: user@struts.apache.org > Subject: RE: Textfield onchange --> handling ajax error response to show > action errors > From: christoph.nenn...@lex-com.net > Date: Wed, 2 Sep 2015 10:08:16 +0200 > > The documentation about ajax-validation might help you: > >

RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-01 Thread fea jabi
Can you point me to a link that has the sample which does this please? I tried but couldn't get the result. Thanks, for trying to help me on this. > From: lukaszlen...@apache.org > Date: Sun, 30 Aug 2015 15:22:52 +0200 > Subject: Re: Textfield onchange --> handling ajax er

Re: Textfield onchange -- handling ajax error response to show action errors

2015-08-30 Thread Lukasz Lenart
s:actionerror/ works on server side but JavaScript works on client side - it isn't possible to join them. You can only mimic its behaviour by adding the same html structure as s:actionerror/ does. 2015-08-28 17:14 GMT+02:00 fea jabi zy...@hotmail.com: text-field onchange --- making ajax call.