Re: Templated Components do not render in BaseComponentTestCase

2006-04-28 Thread Kevin C. Dorff
Nobody is trying to test their templated components? No thoughts on this? Kevin On 4/24/06, Kevin C. Dorff <[EMAIL PROTECTED]> wrote: I am trying to test my components which use templates (.html/.jwc/.java files) using BaseComponentTestCase. I am creating the controls using the standard "newIns

Templated Components do not render in BaseComponentTestCase

2006-04-24 Thread Kevin C. Dorff
I am trying to test my components which use templates (.html/.jwc/.java files) using BaseComponentTestCase. I am creating the controls using the standard "newInstance" method, which looks like it is doing the correct thing, but, when I call insert.render(writer, cycle); and trace through the e