Re: Invalid Field Value when using Map

2019-06-21 Thread Prasanth
Hi Yasser, The conversion error occurs when the field is not a map. I have a form with int/long fields, if the user enters non numeric value the form display error. The actions are validation aware and the control does come to validation method. It is in the validation method that I usually

Re: Invalid Field Value when using Map

2019-06-21 Thread Yasser Zamani
Oh interesting! Have you seen [1]? e.g. conversion error interceptor should be present in your interceptor stack. To debug, for example put a number field which is not a map and see if conversion error appears - I think you should also have fieldErrors tag in your jsp. It seems your action also