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
h...@tapestry.apache.org
>
>
>
--
View this message in context:
http://old.nabble.com/Using-PropertyEditor-standalone-tp28829845p28830129.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To
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
on is: can PropertyEditor be used standalone? How can I initialize
a PropertyOverrides object in the same way as BeanEditor/BeanEditForm does?
What else can I do to avoid the above exception?
I appreciate your help,
Lothar
--
View this message in context:
http://old.nabble.com/Using-PropertyEditor-