Re: [T5] Component Parameters

2007-10-04 Thread Nick Westgate
ke... ? Thanks again. Jean-Philippe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Canfield Sent: Thursday, October 04, 2007 4:34 PM To: Tapestry users Subject: Re: [T5] Component Parameters The problem with your first method is that you are trying to

RE: [T5] Component Parameters

2007-10-04 Thread Jean-Philippe Steinmetz
15 is the value of ${id} elsewhere in the template. Would that be something like... ? Thanks again. Jean-Philippe > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Josh Canfield > Sent: Thursday, October 04, 2007 4:34 PM > To: Tapestry

Re: [T5] Component Parameters

2007-10-04 Thread Josh Canfield
The problem with your first method is that you are trying to pass a literal but the default parameter type is property. Change it to: or or change the defaultPrefix in your Parameter to literal @Parameter(defaultPrefix="literal") The problem with the second method is that you are passing a