|
Thomas, thank you for checking this for me and
confirming the tag does work.
I rechecked my xdt (I swear for the 50th time) and,
yep, I just found a misplaced backslash.
All is now working. Thanks
again.
----- Original Message -----
Sent: Wednesday, August 13, 2003 4:45
AM
Subject: AW: [Xdoclet-user]
<XDtMethod:ifMethodTagValueEquals/>
Hello Brian,
I
can't beleive this and i tried it out with my XDoclet. So I put the following
code in my .xdt Template:
<XDtMethod:ifMethodTagValueEquals tagName="ejb:home-method"
paramName="view-type" value="local"> Test is
equal! </XDtMethod:ifMethodTagValueEquals>
and
then let it run.
So
it newer wrote "Test is equal!" because i newer user this tag (got it from a
demo xdt) but it doesn't causes any error.
So
for me it seems that you have an error in your template
file.
Hope
to help,
regards, Thomas
Hello, When I attempt to use
<XDtMethod:ifMethodTagValueEquals .../>in an .xdt file I get a "TemplateException - Could not find method
ifMethodTagValueEquals method in class
xdoclet.tagshandler.MethodTagsHandler" error.
This tag being used in a sample xdt file, and
viewing the XDoclet javadocs the guilty method seems to be there.
What's causing my error?
Any tips appreciated.
Brian
|