kirkouimet / jformer

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms.
http://www.jformer.com/
155 stars 47 forks source link

Fix server-side validation option error display #11

Closed Hamled closed 11 years ago

Hamled commented 11 years ago

When using the 'serverSide' validation option the response value is converted to an array if it is not one already when setting the error message array.

Requires jQuery >= 1.3

Hamled commented 11 years ago

Closed because I should have read the documentation better, it does explicitly ask for a list of response strings. And if it was an actual bugfix it should have been written better.