Hi all..
Just curious as a Magritte newbie.. If I've got a domain model object
that has 10 fields (name, address,etc) and want some of them wrapped in
div's when the form is displayed, what's the best way to achieve that?
Ideally, I use the divs to apply css and might have for a user record
a box drawn (in css) around the person's address info and perhaps a
different box drawn around other attributes such as account info, etc.
Anyway, I figure I should probably be subclassing something to do this
but thought I'd ask first before I start going down that path..
Thanks!
-- Rick