Im making my own template and I would like to know inside the template the value of a 
method tag. Kind of

<XDtMethod:forAllMethods>
<XDtMine:myTag/>
</XDtMethod:forAllMethods>

insite the class 

public class MyTagHandler extends XDocletTagSupport
{
public String myTag(String template, Properties attributes)
{
?????????????
}

}
How do I use the method : isTagValueEqual to know the value of a tag in a method? 
Thanks to who answer!!!


____________________________
Neoline Webmail




-------------------------------------------------------
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/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to