I'm using DataBinder 0.7.
In DataForm.onSubmit, if a commit fails, shouldn't the transaction be rolled back? When for example I receive an error like this:
org.postgresql.util.PSQLException: ERROR: value too long for type character varying(255)
And I hit back, adjust the problem, and re-submit, I get this error:
org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block
Thanks. Databinder is a great way to learn wicket & hibernate.
