Re: Using PropertyEditor standalone

2010-06-09 Thread Thiago H. de Paula Figueiredo
On Wed, 09 Jun 2010 10:05:44 -0300, t5_lothar wrote: The thing is: I'd like to be able to place the text fields independently on the screen. Therefore I want to get red of the loop included in BeanEditor.tml. Would you suggest to inherit from BeanEditor in this case? The easiest way would

Re: Using PropertyEditor standalone

2010-06-09 Thread t5_lothar
Thank you for the quick response. The thing is: I'd like to be able to place the text fields independently on the screen. Therefore I want to get red of the loop included in BeanEditor.tml. Would you suggest to inherit from BeanEditor in this case? Lothar Thiago H. de Paula Figueiredo wrote: >

Re: Using PropertyEditor standalone

2010-06-09 Thread Thiago H. de Paula Figueiredo
On Wed, 09 Jun 2010 09:46:50 -0300, t5_lothar wrote: Hello all, Hi! my goal is to create something like BeanEditForm, but the underlying data is not a Java Bean but a an XML tree (org.jdom.Element). Why don't you use BeanEditForm or BeanEditor and just create custom PropertyModels for