RE: Contains a child component with id

2013-06-12 Thread Nomen Nomanum
Thanks Lava! :) > Date: Wed, 12 Jun 2013 15:38:40 +0100 > Subject: Re: Contains a child component with id > From: lance.j...@googlemail.com > To: users@tapestry.apache.org > > You can't have 2 components on the page with the same id. > > Use eventlink instead of th

Re: Contains a child component with id

2013-06-12 Thread Lance Java
esult > > public boolean getOutcome(){ > return article.getOutcomevalue() == 1; > } > > public Article getArticleSpecific(){ > return article; > } > > > to render my page > > > > > > > > > > However, it complains "... contains a child component with id > 'articleSpecific'

Contains a child component with id

2013-06-12 Thread Nomen Nomanum
Hi! I have implemented following scenario: based on the following result public boolean getOutcome(){ return article.getOutcomevalue() == 1; } public Article getArticleSpecific(){ return article; } to render my page However, it complains "... contains a child comp