Re: Component won't render its body

2009-05-12 Thread Ville Virtanen
Hi, check that the associated .tml is really named correctly and is part of the correct package. The case matters, it must be same in .java as it is in .tml. The tml file is not mandatory, if it is omitted then the component outputs only what the java class writes directly to the writer. - Vill

Re: Component won't render its body

2009-05-12 Thread daniel joyce
Found the problem. 5.0.18 can't look up components of the form foo.fooSomeExtension So my component was called project.ProjectCompilerConfigView.(tml|java) under components, and taps couldn't find the tml file. Called the java code, but the tml file never rendered. When I changed it to project.C

Re: Component won't render its body

2009-05-12 Thread daniel joyce
The component is in a subpackage projects under components, I use it via wrote: > I have a method in the java file annotated with @SetupRender. Debug > statements show it should be rendering. The code is being called. But > no content is emitted by the .tml > > http://tapestry.apache.org/schema/t

Component won't render its body

2009-05-12 Thread daniel joyce
I have a method in the java file annotated with @SetupRender. Debug statements show it should be rendering. The code is being called. But no content is emitted by the .tml http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ${cName}