Replace bean with the name of your property that you want to display. I guess it's entry? So it would be ${entry.link.toUpperCase()}

HTH,

Uli

On 19.08.2009 10:11 schrieb Andrey Larionov:
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


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

Reply via email to