Hi,

All examples I found to create a new beanModelSource use something like this: BeanModel model = beanModelSource.create(User.class, false, resources);

Now I get a java-compile error saying:
Incompatible types:
found: org.apache.tapestry5.services.BeanModelSource.create
required: org.apache.tapestry5.beaneditor.BeanModel

What do I need to do in that line above?

Thanks for any help


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to