Hi there,

I created my own TagsHandler. When I include the TagsHandler in an existing
module e.g. ejbdoclet anything is working fine. This means, when i call my
method getTestValue() from within the template the code inside this method
has access to the Xdoclet - environment and when I call 
XClass xClass = getCurrentClass();

xClass is not null !

After that I created my own SubTask, but now the world changes. When I
invoke the same method in the same TagsHandler as above,this means :
XClass xClass = getCurrentClass();

xClass is null !

I don't understand this, where is my error. Did i forget something, so that
my TagsHandler cannot get full access to the XDocletEngine. I think
xdoclet.xml is ok, my parent is ejb. 

Thanks,
Markus


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to