History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: BPM-192
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Wouter Zoons
Reporter: Leif Johansson
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
Bpm4Struts Cartridge

Compile-error using an Enumeration-type in a CRUD-form

Created: 10/May/05 08:38 PM   Updated: 10/May/05 10:11 PM
Component/s: CRUD
Affects Version/s: 3.0 Final
Fix Version/s: 3.0.1, 3.1M1


 Description   
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'.

 All   Comments   Change History      Sort Order:
Comment by Wouter Zoons [10/May/05 10:11 PM]
can you make sure it's fixed (I've not set up the CRUD tests yet - I will do that next)