
|
If you were logged in you would be able to see more operations.
|
|
In templates/bpm4struts/forms/crud/CrudForm.java.vsl the macro resetField is used
to reset a form-field. If that form-field is an Enumeration the test in resetField
fails to take the underlying type of the Enumeration into account. Thus all Enums
are assumed to be object-types which can be set to 'null'.
|
|
can you make sure it's fixed (I've not set up the CRUD tests yet - I will do that next)
|
|