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
users > Subject: Re: [T5] Component Parameters > > 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

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

[T5] Component Parameters

2007-10-04 Thread Jean-Philippe Steinmetz
Hello All, I have a layout component that I use to wrap all my pages with the same HTML header/footer. I would like to be able to set the page name with this component. Ideally I would like it to look like: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Page content goes here

T5 - Component Parameters

2007-06-15 Thread David Avenante
Hi, Is it possible to access, in a component or in a page, at the html element properties ? For exemple, the html element how acces in my component at the "button" value of my type properties. Thank's - To unsubscribe, e-mail