Re: Not working example for BeanDisplay

2009-08-19 Thread Thiago H. de Paula Figueiredo
Em Wed, 19 Aug 2009 05:43:33 -0300, Andrey Larionov escreveu: Thanks. I think documentation should be fixed Please post a documentation JIRA for it. :) -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor http://www.arsmachina.com.br/thiago -

Re: Not working example for BeanDisplay

2009-08-19 Thread Andrey Larionov
Thanks. I think documentation should be fixed On Wed, Aug 19, 2009 at 12:39, Ulrich Stärk wrote: > 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

Re: Not working example for BeanDisplay

2009-08-19 Thread Ulrich Stärk
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/re

Re: Not working example for BeanDisplay

2009-08-19 Thread Lance Java
${bean.lastname.toUpperCase()} Should read ${user.lastname.toUpperCase()} 2009/8/19 Andrey Larionov > Example from of parametrizing BeanDisplay component > ( > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/component

Not working example for BeanDisplay

2009-08-19 Thread 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 ${bean.link.toUpperCase()} this block produces exception somthing like Class components.FeedEntryElement does not