Re: [T5]: rendering component with nested component with @Component annotation

2007-05-04 Thread Howard Lewis Ship
dvance g, kris "Howard Lewis Ship" <[EMAIL PROTECTED]> 03.05.2007 17:59 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: [T5]: rendering component with nested component with @Component annotation Sub-components have no meaning

Re: [T5]: rendering component with nested component with @Component annotation

2007-05-04 Thread Kristian Marinkovic
alue="stylesheet") private String rel; public RelationshipLink { @Parameter(defaultPrefix="literal") private String rel; thanks in advance g, kris "Howard Lewis Ship" <[EMAIL PROTECTED]> 03.05.2007 17:59 Bitte antworten an "Tapestry users&quo

Re: [T5]: rendering component with nested component with @Component annotation

2007-05-03 Thread Howard Lewis Ship
Sub-components have no meaning unless there's a template. It is the elements in the template that drive the creation of sub-components. This should be more explicit in the documentation, and perhaps there should be a check for components in classes without a template. On 5/3/07, Kristian Marinko

[T5]: rendering component with nested component with @Component annotation

2007-05-03 Thread Kristian Marinkovic
hi, does anyone know how to render a Tapestry 5 component that itself contains a component with the @Component annotation? What i did so far is to define a template for the first component that contains the second component as a embedded component (code below). I'm trying to write a Styleshee