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
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