Re: T5 custom component params

2008-05-01 Thread Robert Zeigler
"But tapestry is complaining because it can't find a property called home on the ViewPhoto page " - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Thursday, 1 May, 2008 7:07:22 PM Subject: T5 custom component params

Re: T5 custom component params

2008-05-01 Thread Toby Hobson
Sorry ... that should read "But tapestry is complaining because it can't find a property called home on the ViewPhoto page " - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Thursday, 1 May, 2008 7:07:22 PM Subject: T5 cu

Re: T5 custom component params

2008-05-01 Thread Sven Homburg
try or declare the page paremeter in component as @Parameter(defaultPrefix = TapestryConstants.LITERAL_BINDING_PREFIX) private String page; 2008/5/1 Toby Hobson <[EMAIL PROTECTED]>: > I am trying to create my first tapestry component. Basically I want to > take a collection of keywords and fo

T5 custom component params

2008-05-01 Thread Toby Hobson
I am trying to create my first tapestry component. Basically I want to take a collection of keywords and for each keyword generate a link to a tapestry page. I'd like to use the component in page templates like I have written the component class and template: public class Keywords { @Param