hi massimo, it does work with "literal:" but i'd like to avoid that designers know more about Tapestry than t:id :). especially when they want to preview the template with a real stylesheet without tapestry.
I've not looked deep enough into T5 template parsing but i expected it will ignore every parameter if it recognizes it is a component that is defined using t:id and assume there are just informal parameters or discard them if the component does not support them .... or maybe evaluate the parameters only if the parameters are not set within the @Component annotation :) ... (just a thought) g, kris "Massimo Lusetti" <[EMAIL PROTECTED]> 21.05.2007 10:37 Bitte antworten an "Tapestry users" <[email protected]> An "Tapestry users" <[email protected]> Kopie Thema Re: [T5] Question about invisible instrumentation with t:id On 5/21/07, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: > is there a way to prevent this behaviour so T5 does not try to evaluate > the (dummy text) parameters when using a component that does not allow > informal parameters? Did you try literal prefix? -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
