leMaintenanceLayout()
> {
> return articleMaintenanceLayout;
> }
>
> public ArticleList getArticleList()
> {
> return articleList;
> }
> [/code]
>
> I have no idea why this doesnt work.
&
return articleList;
}
[/code]
I have no idea why this doesnt work.
klaus
--
View this message in context:
http://www.nabble.com/-T5--Passing-Pages-into-Components-tf4097307.html#a11650728
Sent from the Tapestry - User
Hi Klaus
Take a look at
http://tapestry.apache.org/tapestry5/tapestry-core/guide/coercion.html:
"Type coercions occur when a value passed into a parameter (as bound
in template or in an annotation) does not match the type of the
parameter." The exception message indicates that the TypeCoercer Serv
ceLayout;
}
public ArticleList getArticleList()
{
return articleList;
}
[/code]
I have no idea why this doesnt work.
klaus
--
View this message in context:
http://www.nabble.com/-T5--Passing-Pages-into-Components-tf4097307.html#a11650728
Sent from the Tapestry - User mailing list ar