Re: [T5] Passing Pages into Components

2007-07-18 Thread Bill Holloway
leMaintenanceLayout() > { > return articleMaintenanceLayout; > } > > public ArticleList getArticleList() > { > return articleList; > } > [/code] > > I have no idea why this doesnt work. &

Re: [T5] Passing Pages into Components

2007-07-18 Thread Howard Lewis Ship
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

Re: [T5] Passing Pages into Components

2007-07-18 Thread Jordan Howarth
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

[T5] Passing Pages into Components

2007-07-17 Thread bayk
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