On Mon, 10 Dec 2012 04:56:47 -0200, Ken in Nashua <kcola...@live.com> wrote:

Hi Folks,

Hi!

I have a taxonomy...

PERSON
   /\
    |
    |
COACH

person has a method firstName

Does this mean Coach is a subclass of Person?

But in my tml file I am using the following code...

        <div class="t-beaneditor">
<t:beaneditor object="mb:bean" t:mixins="tynamo/BeanModelAdvisor">

What's this mb binding prefix you're using?

java.lang.RuntimeExceptionException
 assembling root component of page Edit: Could not convert
'bean.firstName' into a component parameter binding: Exception
generating conduit for expression 'bean.firstName': Class
java.lang.Object does not contain a property (or public field) named
'firstName'.

That message means that the object being ultimately passed to BeanEditor's object parameter has a type of Object. Without knowing what this 'mb' binding you're using and without providing the page or component class that uses that template, there's nothing we can do to help.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to