Hi, For properly handling true/false radio buttons and checkboxes, we've to define the domain objectsas Boolean, and to prevent numerics being populated with 0 (if nothing is entered), the domain object must be Integer. Is there any performance overhead by having to define it this way? --- For the business layer, i only need a primitive boolean and integer. Please advise.
Thanks, Joseph