Thanks for reply. It's working fine outside BeanEditForm.
Here's bean : public class Content { ... ... private Set<Category> categories = new HashSet<Category>(); ... ... } PaletteCategory component implements Field interface. BeanEditForm is showing everything else fine. Any ideas? On Mon, Jan 26, 2009 at 2:32 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Try using your component outside of a BeanEditForm please. > > Em Mon, 26 Jan 2009 15:15:54 -0300, Davor Miku <davorm...@gmail.com> > escreveu: > > > Hi, >> >> Palette-base custom component "category.palette" is not showing when >> embedded into beaneditform: >> >> <t:beaneditform t:id="content" exclude="id"> >> <t:parameter name="categories"> >> <t:category.palette t:id="categories" >> t:currentCategories="content.categories" /> >> </t:parameter> >> </t:beaneditform> >> >> Otherwise it woks fine. There is no exception. PRODUCTION_MODE is set to >> false. >> >> Can anyone help, please? >> >> I'm pretty new to Tapestry, sorry if I'm making dumb questions. >> > > > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > Consultor, desenvolvedor e instrutor em Java > 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 > >