salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

Validation support #15

Open salk31 opened 10 years ago

salk31 commented 10 years ago

Is a common requirement (not to be confused with wanting more data types).

Many people may not be using an existing framework and/or want to integrate it into RQB.

Should try really hard not to invent some complicated wheel.

jdbc sample/GAE demo looks rubbish as doesn't validate input.

salk31 commented 10 years ago

Maybe along the lines of: http://jqueryvalidation.org/documentation/ ?

salk31 commented 8 years ago

Closer but need standard error/message display?