On Sun, 2003-03-02 at 06:06, Ooi Leng Chye wrote: > I am now using the 1.2b2 version. I am just wondering whether is it > possible to do the following > > /* > ..... > * @ejb.util > * custom-attrib="test" > * cacheHomes="false" > */ > .......... > > and in the lookup-custom.xml merge file, try to retrieve the custom-attrib > value using the following > > .... > <XDtConfig:configParameterValue paramName="custom-attrib"/> > .... > > It doesn't seems to work.
Wrong template tag. XDtConfig:configParameterValue would be for a parameter specified in the subtask entry in your build file. Try <XDtClass:classTagValue tagName="ejb.util" paramName="custom-attrib"/> instead. Andrew. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
