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
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'
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