David Thielen wrote:
Hi;
If I have a tld object (ie TemplateDesc.java) with no project and place it
in WEB-INF/classes - it won't work. But if I give it a package name and
place it in WEB-INF/classes/package - then it works.
The problem seems to be that with no package it generates the code:
T
> Hi;
>
> If I have a tld object (ie TemplateDesc.java) with no project and place it
> in WEB-INF/classes - it won't work. But if I give it a package name and
> place it in WEB-INF/classes/package - then it works.
>
> The problem seems to be that with no package it generates the code:
> Templat