qbranchcode / Qanban

Web-based multiuser Kanban application written in Grails
http://code.qbranch.se/post/listTag?selectedTag=qanban
34 stars 13 forks source link

Validating transient values #30

Open mirhagen opened 14 years ago

mirhagen commented 14 years ago

There seems to be a problem with grails validating transient values. We really should look in to this.

xlson commented 14 years ago

Update this issue with more information: how does the problem manifest?

mirhagen commented 14 years ago

the problem is that it is impossible to validate the transient values. It validates against the database and since there is nothing there, there is nothing to validate against.