Re: BeanEditForm support for embedded types

2010-11-09 Thread Thiago H. de Paula Figueiredo
On Tue, 09 Nov 2010 09:20:12 -0200, Josh Kamau wrote: Hi there; Hi! Does the beanEditForm have support for Embedded Types and images out of the box? BeanEditor (which is used internally by BeanEditForm) supports any type of object as long there's an edition block for it. See the Addi

Re: BeanEditForm support for embedded types

2010-11-09 Thread Josh Kamau
Thanks. For editing an image i think i would create a file uproad edition block. I thought it would automatically create an upload field for properties of type Byte[]. -- the way grails does it. I will read more of customizing the bean editor form. regards. On Tue, Nov 9, 2010 at 6:46 AM, Th