Documentation: "You may add <t:parameter>s to the component; when the name matches (case insensitive) the name of a property, then the corresponding Block is renderered, rather than any of the built in property editor blocks."
Well 'categories' is name of one bean's property, and: '<t:category.palette t:id="categories" t:currentCategories="content.categories" />' is my way of rendering it. I'm not getting it. On Mon, Jan 26, 2009 at 2:50 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Mon, 26 Jan 2009 15:46:35 -0300, Davor Miku <davorm...@gmail.com> > escreveu: > > Thanks for reply. >> It's working fine outside BeanEditForm. >> BeanEditForm is showing everything else fine. >> > > Read the BeanEditForm documentation. ;) My guess is that the default > BeanModel created for you object does not have the categories property > because Tapestry, out of the box, just handles numbers, strings, dates and > enums. > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >