<t:beandisplay object="user"> <p:lastName> ${bean.lastname.toUpperCase()} </p:lastName> </t:beandisplay>
Should read <t:beandisplay object="user"> <p:lastName> ${user.lastname.toUpperCase()} </p:lastName> </t:beandisplay> 2009/8/19 Andrey Larionov <anlario...@gmail.com> > Example from of parametrizing BeanDisplay component > ( > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/BeanDisplay.html > ) > dosnt work > > <p:link> > ${bean.link.toUpperCase()} > </p:link> > > this block produces exception somthing like > > Class components.FeedEntryElement does not contain a property named > 'bean' (within property expression 'bean.link'). Available properties: > class, componentResources, entry, entryEntry. > > Wrong example or i doing something wrong? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >