Hi Ken, I really wonder what happens to your coach instance. Are you sure its a coach? As I see java.lang.Object as class name I doubt it is still your coach or ever was. Even if you assign a coach to an object variable it remains coach. Can you check/debug what happens to your instance?
Jens Sent from my iPhone On 10.12.2012, at 07:56, Ken in Nashua <kcola...@live.com> wrote: > > Hi Folks, > > I have a taxonomy... > > PERSON > /\ > | > | > COACH > > person has a method firstName > > But in my tml file I am using the following code... > > <div class="t-beaneditor"> > > <t:beaneditor object="mb:bean" t:mixins="tynamo/BeanModelAdvisor"> > <p:firstName> > <label class="desc">The Description</label> > <t:textfield value="bean.firstName"></t:textfield> > </p:firstName> > </t:beaneditor> > > bean happens to be the COACH... but it seems to be interpretted as Object > > and I keep getting this error > > 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'. > Is there a way around this ? > > > > kcola...@live.com > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org