--- "Frederick N. Brier" <[EMAIL PROTECTED]> wrote:
> The -X did the trick. Thank you. It was unhappy > that my Tag class had > a getName() attribute, the revealed error suggested > renaming it to > getName_(), but I went and changed it to > getInstanceName(). Due to inheritance from qtags getName() & getValue() are already used, so if you like to have tag paramaters name="" or value="" you have to create methods getName_ & getValue_() > That got me > past problem and to another. I am down to an issue > with the generated > TagLibrary class not including the import statements > for the generated > TagImpl classes. This results in a compile error on > the generated > code. Thoughts? Something else I am overlooking? > Thank you. > Package structures? Usially taglib is in the same package as impls. regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- Still using XDoclet 1.x? XDoclet 2 is released and of production quality. check it out: http://xdoclet.codehaus.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
